summaryrefslogtreecommitdiff
path: root/tests/sudoers/sudoers-break-test.pp
blob: 2351e96267f568d667a0e06966397a4bcdbeb6e7 (plain)
1
2
3
4
5
6
7
# invalid line should break and not be written to /etc/sudoers
Sudoers{type => 'alias'}
sudoers{'blah4':
  sudo_alias => 'Runas_Alias',
  items => 'root',
  commands => '/bin/true'
}