summaryrefslogtreecommitdiff
path: root/tests/test-alias-user.pp
blob: a53c0b2fc78024a856e3f2713fb526d13e7b6149 (plain)
1
2
3
4
5
6
7
8
9
10
11
#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'],
}