summaryrefslogtreecommitdiff
path: root/tests/sudoers/default.pp
blob: 3383ad776a8e06edf1fcb122d9840eac7f8963a0 (plain)
1
2
3
4
5
6
7
8
9
#
# this should fail, cannot have a use called Defaults
#
sudoers{'BLAHDDD':
  # could be a user named defaults
  users => ['dan', 'Defaults'],
  hosts => 'ALL',
  commands => '/bin/ls -la'
}