Arjuna Christensen
2008-Apr-08 03:18 UTC
[Puppet Users] FW: puppet noop run on homepages.maxnet.net.nz
Anyone seen this behaviour below? Relevant manifest code: $ntp_package = $lsbdistcodename ? { ''sarge'' => ''ntp-server'', default => ''ntp'' } class ntp { package { $ntp_package: ensure => installed, before => File["/etc/ntp.conf"] } Your thoughts? Regards, Arjuna Christensen | Systems Engineer Maximum Internet Ltd DDI: + 64 9 913 9683 | Ph: +64 9 915 1825 | Fax:: +64 9 300 7227 arjuna.christensen@maxnet.co.nz| www.maxnet.co.nz -----Original Message----- From: root [mailto:root@homepages.maxnet.net.nz] Sent: Tuesday, 8 April 2008 1:03 p.m. To: puppet@homepages.maxnet.net.nz Subject: puppet noop run on homepages.maxnet.net.nz notice: //Node[homepages]/generic-systems/ntp/Package[]/ensure: is purged, should be present (noop) notice: //Node[homepages]/generic-systems/ntp/Munin::Plugin[ntp_smtp02.maxnet.net.nz]/File[/etc/munin/plugins/ntp_smtp02.maxnet.net.nz]/target: is /var/lib/puppet/modules/ntp/munin_plugin, should be /munin_plugin (noop) notice: //Node[homepages]/generic-systems/ntp/Munin::Plugin[ntp_smtp01.maxnet.net.nz]/File[/etc/munin/plugins/ntp_smtp01.maxnet.net.nz]/target: is /var/lib/puppet/modules/ntp/munin_plugin, should be /munin_plugin (noop) notice: //File[/var/lib/puppet/modules/ntp]/ensure: is directory, should be absent (noop) --~--~---------~--~----~------------~-------~--~----~ 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-unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en -~----------~----~----~----~------~----~------~--~---
Luke Kanies
2008-Apr-08 03:28 UTC
[Puppet Users] Re: FW: puppet noop run on homepages.maxnet.net.nz
On Apr 7, 2008, at 10:18 PM, Arjuna Christensen wrote:> Anyone seen this behaviour below?I assume you''re talking about this bit: notice: //Node[homepages]/generic-systems/ntp/Package[]/ensure: is purged, should be present (noop) And the other lines are unrelated? -- The salesman asked me what size I wore, I told him extra-medium. -- Stephen Wright --------------------------------------------------------------------- Luke Kanies | http://reductivelabs.com | http://madstop.com --~--~---------~--~----~------------~-------~--~----~ 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-unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en -~----------~----~----~----~------~----~------~--~---
Arjuna Christensen
2008-Apr-08 03:59 UTC
[Puppet Users] Re: FW: puppet noop run on homepages.maxnet.net.nz
The other lines are seemingly (same module) related, but yes that line is the one in particular. I''ve realised this is probably due to the $variable declaration outside of the class. I''ve shifted it into the class and will see if that fixes things. Regards, Arjuna Christensen | Systems Engineer Maximum Internet Ltd DDI: + 64 9 913 9683 | Ph: +64 9 915 1825 | Fax:: +64 9 300 7227 arjuna.christensen@maxnet.co.nz| www.maxnet.co.nz -----Original Message----- From: puppet-users@googlegroups.com [mailto:puppet-users@googlegroups.com] On Behalf Of Luke Kanies Sent: Tuesday, 8 April 2008 3:28 p.m. To: puppet-users@googlegroups.com Subject: [Puppet Users] Re: FW: puppet noop run on homepages.maxnet.net.nz On Apr 7, 2008, at 10:18 PM, Arjuna Christensen wrote:> Anyone seen this behaviour below?I assume you''re talking about this bit: notice: //Node[homepages]/generic-systems/ntp/Package[]/ensure: is purged, should be present (noop) And the other lines are unrelated? -- The salesman asked me what size I wore, I told him extra-medium. -- Stephen Wright --------------------------------------------------------------------- Luke Kanies | http://reductivelabs.com | http://madstop.com --~--~---------~--~----~------------~-------~--~----~ 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-unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en -~----------~----~----~----~------~----~------~--~---