On 08.03.2013 10:33, christian.le.fl...@gmail.com wrote:
Hi David, thanks for your answer! I only have the 'nodes.pp' import:
> egrep -R "import[ \t]" /opt/xxx/dev/puppet/
/opt/xxx/dev/puppet/manifests/site.pp:import 'nodes.pp'
Must I get rid of this?
You might want to run the puppetmaster from the shell with debugging
enabled (--no-daemonize --masterport 8888 --verbose --debug) and post
the resulting log when you run an agent against that (--masterport 8888
--test). In my case the puppet master actually loads the file which
contains the class, but fails to correctly register the contained class
until the next run. I only observed (and tested) that with parameterized
classes.
D.
Best Regards, Christian
Hi,
I've reported a similar issue recently here:
https://projects.puppetlabs.com/issues/19638
<https://projects.puppetlabs.com/issues/19638>
I've tracked my problem to overshooting use of "import" calls in
modules.
You might want to check if you're hitting the same bug.
Best Regards, David
--
You received this message because you are subscribed to the Google
Groups "Puppet Users" group.
To unsubscribe from this group and stop receiving emails from it, send
an email to puppet-users+unsubscr...@googlegroups.com.
To post to this group, send email to puppet-users@googlegroups.com.
Visit this group at http://groups.google.com/group/puppet-users?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.
--
You received this message because you are subscribed to the Google Groups "Puppet
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to puppet-users+unsubscr...@googlegroups.com.
To post to this group, send email to puppet-users@googlegroups.com.
Visit this group at http://groups.google.com/group/puppet-users?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.