Re: [Puppet Users] exec hanging with CentOS4/64-bit

2010-06-11 Thread teancom
On Thu, Jun 10, 2010 at 02:55:04PM -0700, Nigel Kersten wrote: >On Thu, Jun 10, 2010 at 12:53 PM, <[1]tean...@gmail.com> wrote: > > I have my sudoers setup as per the puppet training class recommendation: > > � � � �file { "/etc/sudoers.check": > � � � � � � � �content => templ

[Puppet Users] exec hanging with CentOS4/64-bit

2010-06-10 Thread teancom
I have my sudoers setup as per the puppet training class recommendation: file { "/etc/sudoers.check": content => template("etc/sudoers.erb"), mode => 440, notify => Exec['sudo-check'], } exec { 'sudo-check': p

Re: [Puppet Users] exec hanging with CentOS4/64-bit

2010-06-10 Thread Nigel Kersten
On Thu, Jun 10, 2010 at 12:53 PM, wrote: > I have my sudoers setup as per the puppet training class recommendation: > >file { "/etc/sudoers.check": >content => template("etc/sudoers.erb"), >mode => 440, >notify => Exec['sudo-check'], >

Re: [Puppet Users] exec hanging with CentOS4/64-bit

2010-06-10 Thread Dan Bode
HI David, On Thu, Jun 10, 2010 at 12:53 PM, wrote: > I have my sudoers setup as per the puppet training class recommendation: > >file { "/etc/sudoers.check": >content => template("etc/sudoers.erb"), >mode => 440, >notify => Exec['sudo-check