diff options
Diffstat (limited to 'tests/sudoers-break-test.pp')
-rw-r--r-- | tests/sudoers-break-test.pp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/sudoers-break-test.pp b/tests/sudoers-break-test.pp new file mode 100644 index 0000000..dd52f63 --- /dev/null +++ b/tests/sudoers-break-test.pp @@ -0,0 +1,5 @@ +sudoers{'blah4': + sudo_alias => 'Runas_Alias', + items => 'root', + command => '/bin/true' +} |