/[adm]/puppet/modules/sudo/manifests/init.pp
ViewVC logotype

Contents of /puppet/modules/sudo/manifests/init.pp

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2662 - (show annotations) (download)
Tue Mar 20 17:36:19 2012 UTC (12 years, 1 month ago) by misc
File size: 236 byte(s)
split module in 2 file, to please puppet-lint
1 class sudo {
2 package { 'sudo': }
3
4 file { '/etc/sudoers.d':
5 ensure => directory,
6 mode => '0711',
7 }
8
9 file { '/etc/sudoers':
10 mode => '0440',
11 content => template('sudo/sudoers'),
12 }
13 }

  ViewVC Help
Powered by ViewVC 1.1.30