I'm playing with puppet 2.7.1 on centos 5.6; as I read the docs at http://docs.puppetlabs.com/learning/modules1.html, the command:
puppet apply --verbose --noop -e "include global::admins" should look for a manifest in /etc/puppet/modules/global/manifests/ admins.pp Instead, I get: Could not find class global::admins for admin00.intranet.peak.org at line 1 on node admin00.intranet.peak.org When I strace puppet, I find it's trying to stat "global::admins" as a filename, not parsing it into the module structure?!? What am I missing? Thanks... -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-users@googlegroups.com. To unsubscribe from this group, send email to puppet-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.