> I created the tree /etc/puppet/modules/ntp/manifests/ and created an > init.pp with this content: > > class ntp { > package { "ntp": ensure => installed } > service { "ntpd": ensure => stopped } > > }
Hi Jonathan, How do you know the client isn't doing what you told it if there are no error messages? What classes are on your client? Run this for a list: cat /var/lib/puppet/classes.txt A more comprehensive check is to list all the resources that can execute on your client with: puppetd --test --noop --evaltrace Does the ntp stuff appear in that list? If it does then you've probably got the ntp package already installed and the ntp service already stopped, so Puppet doesn't have to do anything :) > Have I missed something? Can anyone point out an obvious mistake? > > Many thanks, > 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.