Sorry if this is RTFM...
I added code like so to my config:
[master]
templatedir = /etc/puppet/environments/$environment/
modulepath =
/etc/puppet/environments/$environment/modules:/etc/puppet/environments/$environment/modules/per_host
manifest = /etc/puppet/environments/$environment/manifests/site.pp
manifestdir = /etc/puppet/environments/$environment/manifests
and under the per_host dir I created a module m_akubra.
In my nodes.pp, I added:
include "m_$hostname"
Now host akubra gets its module fine, but other hosts log an error
about their module not being found.
Is there a way to avoid the errors?
Thanks a lot.
Mohamed.
--
You received this message because you are subscribed to the Google Groups
"Puppet Users" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/puppet-users?hl=en.