blob: 079a849d132c381d45a729f2d00c752d89d5d9ad (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
#sudoers{'BLAH4':
# sudo_alias => 'Runas_Alias',
# items => 'root',
#}
sudoers{'BLAH4':
#target => '/tmp/sudoers',
ensure => present,
users => ['dan', 'dan4', 'dan3'],
hosts => ['localhost', 'localhost2'],
commands => ['/bin/true blah', '/bin/false de', '/bin/duder/dude blah'],
type => 'user_spec'
}
|