summaryrefslogtreecommitdiff
path: root/tests/sudoers/blah.pp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/sudoers/blah.pp')
-rw-r--r--tests/sudoers/blah.pp10
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/sudoers/blah.pp b/tests/sudoers/blah.pp
new file mode 100644
index 0000000..0f30782
--- /dev/null
+++ b/tests/sudoers/blah.pp
@@ -0,0 +1,10 @@
+#resources { 'sudoers': purge => true }
+
+sudoers{'BLAHDDD':
+ # could be a user named defaults
+ users =>['dan','bob', 'joe'],
+ hosts => 'ALL',
+ commands => '/bin/ls -la',
+ type => 'user_spec',
+ comment => 'my comment'
+}