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
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
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'],
>
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