On 10/01/11 13:34, Felix Frank wrote:
To reiterate, my 'ntp' class is defined in
/etc/puppet/modules/ntp/manifests/init.pp and I have defined modulepath
in my puppet.conf. The ntp module is imported in site.pp and included in
nodes.pp.

Are the permissions adequate for your puppetmaster process?

Thanks for your reply. The tree "/etc/puppet/modules" has been chowned and chmodded to be the same as the other things in /etc/puppet. SELinux is disabled.


So it looks like my puppetmaster isn't correctly picking up my
modulepath. Any ideas?

Are you pasting those paths and settings? Some typos tend to evade the
eye after just so many hours; you may want to paste excerpts from your
manifest, configs and filesystem listings somehwere.

I have pasted these excerpts for verification. The "modulepath" directive is in puppet.conf as follows. Which subsection should it be in - main, puppetd or puppetmasterd? Currently it's in all three, just to be sure.

modulepath = /etc/puppet/modules

In site.pp:

import "nodes"
import "ntp"


In nodes.pp:

node 'espresso.resnet.bris.ac.uk' {
   include ntp
}


Also, is there a way to get more verbose logging on the puppetmaster?
Currently I only have masterhttp.log, but I would like to enable debug
logging to see everything the puppetmaster is doing.

I like to do this on occasion:
$ puppet master --masterport 8141 --no-daemonize --debug --verbose
--color false --pidfile=/var/run/puppet/master.debug.pid

That way, you get a second puppetmaster on another port, and can query
it from your clients using
$ puppetd --test --noop --masterport 8141

Thank you, that's an excellent idea.


HTH,
Felix


Cheers,
Jonathan


--
----------------------------
Jonathan Gazeley
Systems Support Specialist
ResNet | Wireless & VPN Team
IT Services
University of Bristol
----------------------------

--
You received this message because you are subscribed to the Google Groups "Puppet 
Users" group.
To post to this group, send email to puppet-us...@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.

Reply via email to