summaryrefslogtreecommitdiffstats
path: root/plugins/sudoers/regress/cvtsudoers/test30.out.ok
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/sudoers/regress/cvtsudoers/test30.out.ok')
-rw-r--r--plugins/sudoers/regress/cvtsudoers/test30.out.ok26
1 files changed, 26 insertions, 0 deletions
diff --git a/plugins/sudoers/regress/cvtsudoers/test30.out.ok b/plugins/sudoers/regress/cvtsudoers/test30.out.ok
new file mode 100644
index 0000000..009a54e
--- /dev/null
+++ b/plugins/sudoers/regress/cvtsudoers/test30.out.ok
@@ -0,0 +1,26 @@
+{
+ "User_Specs": [
+ {
+ "User_List": [
+ { "username": "user1" },
+ { "username": "user2" },
+ { "username": "user3" }
+ ],
+ "Host_List": [
+ { "hostname": "ALL" }
+ ],
+ "Cmnd_Specs": [
+ {
+ "Commands": [
+ { "command": "/path/to/cmda" },
+ {
+ "command": "/path/to/cmdb",
+ "negated": true
+ },
+ { "command": "/path/to/cmdc" }
+ ]
+ }
+ ]
+ }
+ ]
+}