aboutsummaryrefslogtreecommitdiff
path: root/roles/sudo
diff options
context:
space:
mode:
Diffstat (limited to 'roles/sudo')
-rw-r--r--roles/sudo/tests/test.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/roles/sudo/tests/test.yml b/roles/sudo/tests/test.yml
index e15f798..f170ffd 100644
--- a/roles/sudo/tests/test.yml
+++ b/roles/sudo/tests/test.yml
@@ -6,7 +6,7 @@
- sudo
vars:
sudo_strings:
- - { priority: 42, exists: 'false', name: 'admins-do-all', content: 'User_Alias ADMINS = bgstack15, bgstack15, user16, user16' }
+ - { priority: 42, exists: 'false', name: 'admins-do-all', content: 'User_Alias ADMINS = Bgstack15, bgstack15, user16, User16' }
- { priority: 43, exists: false, name: 'a', content: "ADMINS ALL=(ALL) ALL" }
sudo_files:
- - { exists: 'false', file: '../../../company/sudo-files/40_bgstack15' }
+ - { exists: 'false', file: '../../../company/sudo-files/40_BGSTACK15' }
bgstack15