I just realised that there is a typo in my example. But the problem remains
the same, if I've got the following code in acme_inc::workstation
# install and set up the nfs client
class {'nfs':
class => "client",
domain => "acme.example.com",
}
then I get the following erro
_inc::workstation class. Is there a better way to reference
the nfs class/module? Or is there a flaw with the acme_inc::workstation
class that's causing puppet to look for it in the wrong place when
attempting to load the nfs module?
Regards,
Daniel Sage
--
You received this message because
s just:
node 'server.example.com' {
class {'ntp':
servers => [ "0.pool.ntp.org", "1.pool.ntp.org", "2.pool.ntp.org", ],
}
include client1
include client2
}
Again, is this possible in puppet, or do I have to scrap this idea