File tree Expand file tree Collapse file tree 1 file changed +70
-0
lines changed
test/integration/default/files/_mapdata Expand file tree Collapse file tree 1 file changed +70
-0
lines changed Original file line number Diff line number Diff line change 1+ # yamllint disable rule:indentation rule:line-length
2+ # Fedora-34
3+ ---
4+ values :
5+ aliases :
6+ commands :
7+ PROCESSES :
8+ - /usr/bin/nice
9+ - /bin/kill
10+ - /usr/bin/renice
11+ - /usr/bin/pkill
12+ - /usr/bin/top
13+ hosts :
14+ WEBSERVERS :
15+ - www1
16+ - www2
17+ - www3
18+ users :
19+ ADMINS :
20+ - millert
21+ - dowdy
22+ - mikef
23+ arch : amd64
24+ configpath : /etc
25+ defaults :
26+ command_list :
27+ PROCESSES : noexec
28+ generic :
29+ - env_reset
30+ - mail_badpass
31+ - secure_path="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
32+ host_list :
33+ www1 : log_year, logfile=/var/log/sudo.log
34+ runas_list :
35+ root : ' !set_logname'
36+ user_list :
37+ ADMINS : ' !lecture'
38+ johndoe : ' !requiretty'
39+ execprefix : /usr/sbin
40+ group : root
41+ groups :
42+ sudo :
43+ - ALL=(ALL) ALL
44+ - ' ALL=(nodejs) NOPASSWD: ALL'
45+ included_files :
46+ /etc/sudoers.d/extra-file :
47+ users :
48+ foo :
49+ - ALL=(ALL) ALL
50+ extra-file-2 :
51+ groups :
52+ bargroup :
53+ - ' ALL=(ALL) NOPASSWD: ALL'
54+ extra-file-3 :
55+ netgroups :
56+ other_netgroup :
57+ - ALL=(ALL) ALL
58+ includedir : /etc/sudoers.d
59+ manage_main_config : true
60+ netgroups :
61+ sysadmins :
62+ - ALL=(ALL) ALL
63+ pkg : sudo
64+ purge_includedir : false
65+ users :
66+ johndoe :
67+ - ALL=(ALL) ALL
68+ - ' ALL=(root) NOPASSWD: /etc/init.d/httpd'
69+ kitchen :
70+ - ' ALL=(root) NOPASSWD: ALL'
You can’t perform that action at this time.
0 commit comments