test(_mapdata): fix existing verification files
This commit is contained in:
parent
ac8921f11a
commit
b7aa04db28
14 changed files with 910 additions and 924 deletions
|
@ -1,8 +1,7 @@
|
||||||
# yamllint disable rule:indentation rule:line-length
|
# yamllint disable rule:indentation rule:line-length
|
||||||
# Amazon Linux AMI-2018
|
# Amazon Linux AMI-2018
|
||||||
---
|
---
|
||||||
sudoers:
|
aliases:
|
||||||
aliases:
|
|
||||||
commands:
|
commands:
|
||||||
PROCESSES:
|
PROCESSES:
|
||||||
- /usr/bin/nice
|
- /usr/bin/nice
|
||||||
|
@ -20,9 +19,9 @@ sudoers:
|
||||||
- millert
|
- millert
|
||||||
- dowdy
|
- dowdy
|
||||||
- mikef
|
- mikef
|
||||||
arch: amd64
|
arch: amd64
|
||||||
configpath: /etc
|
configpath: /etc
|
||||||
defaults:
|
defaults:
|
||||||
command_list:
|
command_list:
|
||||||
PROCESSES: noexec
|
PROCESSES: noexec
|
||||||
generic:
|
generic:
|
||||||
|
@ -36,13 +35,13 @@ sudoers:
|
||||||
user_list:
|
user_list:
|
||||||
ADMINS: '!lecture'
|
ADMINS: '!lecture'
|
||||||
johndoe: '!requiretty'
|
johndoe: '!requiretty'
|
||||||
execprefix: /usr/sbin
|
execprefix: /usr/sbin
|
||||||
group: root
|
group: root
|
||||||
groups:
|
groups:
|
||||||
sudo:
|
sudo:
|
||||||
- ALL=(ALL) ALL
|
- ALL=(ALL) ALL
|
||||||
- 'ALL=(nodejs) NOPASSWD: ALL'
|
- 'ALL=(nodejs) NOPASSWD: ALL'
|
||||||
included_files:
|
included_files:
|
||||||
/etc/sudoers.d/extra-file:
|
/etc/sudoers.d/extra-file:
|
||||||
users:
|
users:
|
||||||
foo:
|
foo:
|
||||||
|
@ -55,14 +54,14 @@ sudoers:
|
||||||
netgroups:
|
netgroups:
|
||||||
other_netgroup:
|
other_netgroup:
|
||||||
- ALL=(ALL) ALL
|
- ALL=(ALL) ALL
|
||||||
includedir: /etc/sudoers.d
|
includedir: /etc/sudoers.d
|
||||||
manage_main_config: true
|
manage_main_config: true
|
||||||
netgroups:
|
netgroups:
|
||||||
sysadmins:
|
sysadmins:
|
||||||
- ALL=(ALL) ALL
|
- ALL=(ALL) ALL
|
||||||
pkg: sudo
|
pkg: sudo
|
||||||
purge_includedir: false
|
purge_includedir: false
|
||||||
users:
|
users:
|
||||||
johndoe:
|
johndoe:
|
||||||
- ALL=(ALL) ALL
|
- ALL=(ALL) ALL
|
||||||
- 'ALL=(root) NOPASSWD: /etc/init.d/httpd'
|
- 'ALL=(root) NOPASSWD: /etc/init.d/httpd'
|
||||||
|
|
|
@ -1,8 +1,7 @@
|
||||||
# yamllint disable rule:indentation rule:line-length
|
# yamllint disable rule:indentation rule:line-length
|
||||||
# Amazon Linux-2
|
# Amazon Linux-2
|
||||||
---
|
---
|
||||||
sudoers:
|
aliases:
|
||||||
aliases:
|
|
||||||
commands:
|
commands:
|
||||||
PROCESSES:
|
PROCESSES:
|
||||||
- /usr/bin/nice
|
- /usr/bin/nice
|
||||||
|
@ -20,9 +19,9 @@ sudoers:
|
||||||
- millert
|
- millert
|
||||||
- dowdy
|
- dowdy
|
||||||
- mikef
|
- mikef
|
||||||
arch: amd64
|
arch: amd64
|
||||||
configpath: /etc
|
configpath: /etc
|
||||||
defaults:
|
defaults:
|
||||||
command_list:
|
command_list:
|
||||||
PROCESSES: noexec
|
PROCESSES: noexec
|
||||||
generic:
|
generic:
|
||||||
|
@ -36,13 +35,13 @@ sudoers:
|
||||||
user_list:
|
user_list:
|
||||||
ADMINS: '!lecture'
|
ADMINS: '!lecture'
|
||||||
johndoe: '!requiretty'
|
johndoe: '!requiretty'
|
||||||
execprefix: /usr/sbin
|
execprefix: /usr/sbin
|
||||||
group: root
|
group: root
|
||||||
groups:
|
groups:
|
||||||
sudo:
|
sudo:
|
||||||
- ALL=(ALL) ALL
|
- ALL=(ALL) ALL
|
||||||
- 'ALL=(nodejs) NOPASSWD: ALL'
|
- 'ALL=(nodejs) NOPASSWD: ALL'
|
||||||
included_files:
|
included_files:
|
||||||
/etc/sudoers.d/extra-file:
|
/etc/sudoers.d/extra-file:
|
||||||
users:
|
users:
|
||||||
foo:
|
foo:
|
||||||
|
@ -55,14 +54,14 @@ sudoers:
|
||||||
netgroups:
|
netgroups:
|
||||||
other_netgroup:
|
other_netgroup:
|
||||||
- ALL=(ALL) ALL
|
- ALL=(ALL) ALL
|
||||||
includedir: /etc/sudoers.d
|
includedir: /etc/sudoers.d
|
||||||
manage_main_config: true
|
manage_main_config: true
|
||||||
netgroups:
|
netgroups:
|
||||||
sysadmins:
|
sysadmins:
|
||||||
- ALL=(ALL) ALL
|
- ALL=(ALL) ALL
|
||||||
pkg: sudo
|
pkg: sudo
|
||||||
purge_includedir: false
|
purge_includedir: false
|
||||||
users:
|
users:
|
||||||
johndoe:
|
johndoe:
|
||||||
- ALL=(ALL) ALL
|
- ALL=(ALL) ALL
|
||||||
- 'ALL=(root) NOPASSWD: /etc/init.d/httpd'
|
- 'ALL=(root) NOPASSWD: /etc/init.d/httpd'
|
||||||
|
|
|
@ -1,8 +1,7 @@
|
||||||
# yamllint disable rule:indentation rule:line-length
|
# yamllint disable rule:indentation rule:line-length
|
||||||
# Arch
|
# Arch
|
||||||
---
|
---
|
||||||
sudoers:
|
aliases:
|
||||||
aliases:
|
|
||||||
commands:
|
commands:
|
||||||
PROCESSES:
|
PROCESSES:
|
||||||
- /usr/bin/nice
|
- /usr/bin/nice
|
||||||
|
@ -20,9 +19,9 @@ sudoers:
|
||||||
- millert
|
- millert
|
||||||
- dowdy
|
- dowdy
|
||||||
- mikef
|
- mikef
|
||||||
arch: amd64
|
arch: amd64
|
||||||
configpath: /etc
|
configpath: /etc
|
||||||
defaults:
|
defaults:
|
||||||
command_list:
|
command_list:
|
||||||
PROCESSES: noexec
|
PROCESSES: noexec
|
||||||
generic:
|
generic:
|
||||||
|
@ -36,13 +35,13 @@ sudoers:
|
||||||
user_list:
|
user_list:
|
||||||
ADMINS: '!lecture'
|
ADMINS: '!lecture'
|
||||||
johndoe: '!requiretty'
|
johndoe: '!requiretty'
|
||||||
execprefix: /usr/sbin
|
execprefix: /usr/sbin
|
||||||
group: root
|
group: root
|
||||||
groups:
|
groups:
|
||||||
sudo:
|
sudo:
|
||||||
- ALL=(ALL) ALL
|
- ALL=(ALL) ALL
|
||||||
- 'ALL=(nodejs) NOPASSWD: ALL'
|
- 'ALL=(nodejs) NOPASSWD: ALL'
|
||||||
included_files:
|
included_files:
|
||||||
/etc/sudoers.d/extra-file:
|
/etc/sudoers.d/extra-file:
|
||||||
users:
|
users:
|
||||||
foo:
|
foo:
|
||||||
|
@ -55,14 +54,14 @@ sudoers:
|
||||||
netgroups:
|
netgroups:
|
||||||
other_netgroup:
|
other_netgroup:
|
||||||
- ALL=(ALL) ALL
|
- ALL=(ALL) ALL
|
||||||
includedir: /etc/sudoers.d
|
includedir: /etc/sudoers.d
|
||||||
manage_main_config: true
|
manage_main_config: true
|
||||||
netgroups:
|
netgroups:
|
||||||
sysadmins:
|
sysadmins:
|
||||||
- ALL=(ALL) ALL
|
- ALL=(ALL) ALL
|
||||||
pkg: sudo
|
pkg: sudo
|
||||||
purge_includedir: false
|
purge_includedir: false
|
||||||
users:
|
users:
|
||||||
johndoe:
|
johndoe:
|
||||||
- ALL=(ALL) ALL
|
- ALL=(ALL) ALL
|
||||||
- 'ALL=(root) NOPASSWD: /etc/init.d/httpd'
|
- 'ALL=(root) NOPASSWD: /etc/init.d/httpd'
|
||||||
|
|
|
@ -1,8 +1,7 @@
|
||||||
# yamllint disable rule:indentation rule:line-length
|
# yamllint disable rule:indentation rule:line-length
|
||||||
# CentOS-6
|
# CentOS-6
|
||||||
---
|
---
|
||||||
sudoers:
|
aliases:
|
||||||
aliases:
|
|
||||||
commands:
|
commands:
|
||||||
PROCESSES:
|
PROCESSES:
|
||||||
- /usr/bin/nice
|
- /usr/bin/nice
|
||||||
|
@ -20,9 +19,9 @@ sudoers:
|
||||||
- millert
|
- millert
|
||||||
- dowdy
|
- dowdy
|
||||||
- mikef
|
- mikef
|
||||||
arch: amd64
|
arch: amd64
|
||||||
configpath: /etc
|
configpath: /etc
|
||||||
defaults:
|
defaults:
|
||||||
command_list:
|
command_list:
|
||||||
PROCESSES: noexec
|
PROCESSES: noexec
|
||||||
generic:
|
generic:
|
||||||
|
@ -36,13 +35,13 @@ sudoers:
|
||||||
user_list:
|
user_list:
|
||||||
ADMINS: '!lecture'
|
ADMINS: '!lecture'
|
||||||
johndoe: '!requiretty'
|
johndoe: '!requiretty'
|
||||||
execprefix: /usr/sbin
|
execprefix: /usr/sbin
|
||||||
group: root
|
group: root
|
||||||
groups:
|
groups:
|
||||||
sudo:
|
sudo:
|
||||||
- ALL=(ALL) ALL
|
- ALL=(ALL) ALL
|
||||||
- 'ALL=(nodejs) NOPASSWD: ALL'
|
- 'ALL=(nodejs) NOPASSWD: ALL'
|
||||||
included_files:
|
included_files:
|
||||||
/etc/sudoers.d/extra-file:
|
/etc/sudoers.d/extra-file:
|
||||||
users:
|
users:
|
||||||
foo:
|
foo:
|
||||||
|
@ -55,14 +54,14 @@ sudoers:
|
||||||
netgroups:
|
netgroups:
|
||||||
other_netgroup:
|
other_netgroup:
|
||||||
- ALL=(ALL) ALL
|
- ALL=(ALL) ALL
|
||||||
includedir: /etc/sudoers.d
|
includedir: /etc/sudoers.d
|
||||||
manage_main_config: true
|
manage_main_config: true
|
||||||
netgroups:
|
netgroups:
|
||||||
sysadmins:
|
sysadmins:
|
||||||
- ALL=(ALL) ALL
|
- ALL=(ALL) ALL
|
||||||
pkg: sudo
|
pkg: sudo
|
||||||
purge_includedir: false
|
purge_includedir: false
|
||||||
users:
|
users:
|
||||||
johndoe:
|
johndoe:
|
||||||
- ALL=(ALL) ALL
|
- ALL=(ALL) ALL
|
||||||
- 'ALL=(root) NOPASSWD: /etc/init.d/httpd'
|
- 'ALL=(root) NOPASSWD: /etc/init.d/httpd'
|
||||||
|
|
|
@ -1,8 +1,7 @@
|
||||||
# yamllint disable rule:indentation rule:line-length
|
# yamllint disable rule:indentation rule:line-length
|
||||||
# CentOS Linux-7
|
# CentOS Linux-7
|
||||||
---
|
---
|
||||||
sudoers:
|
aliases:
|
||||||
aliases:
|
|
||||||
commands:
|
commands:
|
||||||
PROCESSES:
|
PROCESSES:
|
||||||
- /usr/bin/nice
|
- /usr/bin/nice
|
||||||
|
@ -20,9 +19,9 @@ sudoers:
|
||||||
- millert
|
- millert
|
||||||
- dowdy
|
- dowdy
|
||||||
- mikef
|
- mikef
|
||||||
arch: amd64
|
arch: amd64
|
||||||
configpath: /etc
|
configpath: /etc
|
||||||
defaults:
|
defaults:
|
||||||
command_list:
|
command_list:
|
||||||
PROCESSES: noexec
|
PROCESSES: noexec
|
||||||
generic:
|
generic:
|
||||||
|
@ -36,13 +35,13 @@ sudoers:
|
||||||
user_list:
|
user_list:
|
||||||
ADMINS: '!lecture'
|
ADMINS: '!lecture'
|
||||||
johndoe: '!requiretty'
|
johndoe: '!requiretty'
|
||||||
execprefix: /usr/sbin
|
execprefix: /usr/sbin
|
||||||
group: root
|
group: root
|
||||||
groups:
|
groups:
|
||||||
sudo:
|
sudo:
|
||||||
- ALL=(ALL) ALL
|
- ALL=(ALL) ALL
|
||||||
- 'ALL=(nodejs) NOPASSWD: ALL'
|
- 'ALL=(nodejs) NOPASSWD: ALL'
|
||||||
included_files:
|
included_files:
|
||||||
/etc/sudoers.d/extra-file:
|
/etc/sudoers.d/extra-file:
|
||||||
users:
|
users:
|
||||||
foo:
|
foo:
|
||||||
|
@ -55,14 +54,14 @@ sudoers:
|
||||||
netgroups:
|
netgroups:
|
||||||
other_netgroup:
|
other_netgroup:
|
||||||
- ALL=(ALL) ALL
|
- ALL=(ALL) ALL
|
||||||
includedir: /etc/sudoers.d
|
includedir: /etc/sudoers.d
|
||||||
manage_main_config: true
|
manage_main_config: true
|
||||||
netgroups:
|
netgroups:
|
||||||
sysadmins:
|
sysadmins:
|
||||||
- ALL=(ALL) ALL
|
- ALL=(ALL) ALL
|
||||||
pkg: sudo
|
pkg: sudo
|
||||||
purge_includedir: false
|
purge_includedir: false
|
||||||
users:
|
users:
|
||||||
johndoe:
|
johndoe:
|
||||||
- ALL=(ALL) ALL
|
- ALL=(ALL) ALL
|
||||||
- 'ALL=(root) NOPASSWD: /etc/init.d/httpd'
|
- 'ALL=(root) NOPASSWD: /etc/init.d/httpd'
|
||||||
|
|
|
@ -1,8 +1,7 @@
|
||||||
# yamllint disable rule:indentation rule:line-length
|
# yamllint disable rule:indentation rule:line-length
|
||||||
# CentOS Linux-8
|
# CentOS Linux-8
|
||||||
---
|
---
|
||||||
sudoers:
|
aliases:
|
||||||
aliases:
|
|
||||||
commands:
|
commands:
|
||||||
PROCESSES:
|
PROCESSES:
|
||||||
- /usr/bin/nice
|
- /usr/bin/nice
|
||||||
|
@ -20,9 +19,9 @@ sudoers:
|
||||||
- millert
|
- millert
|
||||||
- dowdy
|
- dowdy
|
||||||
- mikef
|
- mikef
|
||||||
arch: amd64
|
arch: amd64
|
||||||
configpath: /etc
|
configpath: /etc
|
||||||
defaults:
|
defaults:
|
||||||
command_list:
|
command_list:
|
||||||
PROCESSES: noexec
|
PROCESSES: noexec
|
||||||
generic:
|
generic:
|
||||||
|
@ -36,13 +35,13 @@ sudoers:
|
||||||
user_list:
|
user_list:
|
||||||
ADMINS: '!lecture'
|
ADMINS: '!lecture'
|
||||||
johndoe: '!requiretty'
|
johndoe: '!requiretty'
|
||||||
execprefix: /usr/sbin
|
execprefix: /usr/sbin
|
||||||
group: root
|
group: root
|
||||||
groups:
|
groups:
|
||||||
sudo:
|
sudo:
|
||||||
- ALL=(ALL) ALL
|
- ALL=(ALL) ALL
|
||||||
- 'ALL=(nodejs) NOPASSWD: ALL'
|
- 'ALL=(nodejs) NOPASSWD: ALL'
|
||||||
included_files:
|
included_files:
|
||||||
/etc/sudoers.d/extra-file:
|
/etc/sudoers.d/extra-file:
|
||||||
users:
|
users:
|
||||||
foo:
|
foo:
|
||||||
|
@ -55,14 +54,14 @@ sudoers:
|
||||||
netgroups:
|
netgroups:
|
||||||
other_netgroup:
|
other_netgroup:
|
||||||
- ALL=(ALL) ALL
|
- ALL=(ALL) ALL
|
||||||
includedir: /etc/sudoers.d
|
includedir: /etc/sudoers.d
|
||||||
manage_main_config: true
|
manage_main_config: true
|
||||||
netgroups:
|
netgroups:
|
||||||
sysadmins:
|
sysadmins:
|
||||||
- ALL=(ALL) ALL
|
- ALL=(ALL) ALL
|
||||||
pkg: sudo
|
pkg: sudo
|
||||||
purge_includedir: false
|
purge_includedir: false
|
||||||
users:
|
users:
|
||||||
johndoe:
|
johndoe:
|
||||||
- ALL=(ALL) ALL
|
- ALL=(ALL) ALL
|
||||||
- 'ALL=(root) NOPASSWD: /etc/init.d/httpd'
|
- 'ALL=(root) NOPASSWD: /etc/init.d/httpd'
|
||||||
|
|
|
@ -1,8 +1,7 @@
|
||||||
# yamllint disable rule:indentation rule:line-length
|
# yamllint disable rule:indentation rule:line-length
|
||||||
# Debian-10
|
# Debian-10
|
||||||
---
|
---
|
||||||
sudoers:
|
aliases:
|
||||||
aliases:
|
|
||||||
commands:
|
commands:
|
||||||
PROCESSES:
|
PROCESSES:
|
||||||
- /usr/bin/nice
|
- /usr/bin/nice
|
||||||
|
@ -20,9 +19,9 @@ sudoers:
|
||||||
- millert
|
- millert
|
||||||
- dowdy
|
- dowdy
|
||||||
- mikef
|
- mikef
|
||||||
arch: amd64
|
arch: amd64
|
||||||
configpath: /etc
|
configpath: /etc
|
||||||
defaults:
|
defaults:
|
||||||
command_list:
|
command_list:
|
||||||
PROCESSES: noexec
|
PROCESSES: noexec
|
||||||
generic:
|
generic:
|
||||||
|
@ -36,13 +35,13 @@ sudoers:
|
||||||
user_list:
|
user_list:
|
||||||
ADMINS: '!lecture'
|
ADMINS: '!lecture'
|
||||||
johndoe: '!requiretty'
|
johndoe: '!requiretty'
|
||||||
execprefix: /usr/sbin
|
execprefix: /usr/sbin
|
||||||
group: root
|
group: root
|
||||||
groups:
|
groups:
|
||||||
sudo:
|
sudo:
|
||||||
- ALL=(ALL) ALL
|
- ALL=(ALL) ALL
|
||||||
- 'ALL=(nodejs) NOPASSWD: ALL'
|
- 'ALL=(nodejs) NOPASSWD: ALL'
|
||||||
included_files:
|
included_files:
|
||||||
/etc/sudoers.d/extra-file:
|
/etc/sudoers.d/extra-file:
|
||||||
users:
|
users:
|
||||||
foo:
|
foo:
|
||||||
|
@ -55,14 +54,14 @@ sudoers:
|
||||||
netgroups:
|
netgroups:
|
||||||
other_netgroup:
|
other_netgroup:
|
||||||
- ALL=(ALL) ALL
|
- ALL=(ALL) ALL
|
||||||
includedir: /etc/sudoers.d
|
includedir: /etc/sudoers.d
|
||||||
manage_main_config: true
|
manage_main_config: true
|
||||||
netgroups:
|
netgroups:
|
||||||
sysadmins:
|
sysadmins:
|
||||||
- ALL=(ALL) ALL
|
- ALL=(ALL) ALL
|
||||||
pkg: sudo
|
pkg: sudo
|
||||||
purge_includedir: false
|
purge_includedir: false
|
||||||
users:
|
users:
|
||||||
johndoe:
|
johndoe:
|
||||||
- ALL=(ALL) ALL
|
- ALL=(ALL) ALL
|
||||||
- 'ALL=(root) NOPASSWD: /etc/init.d/httpd'
|
- 'ALL=(root) NOPASSWD: /etc/init.d/httpd'
|
||||||
|
|
|
@ -1,8 +1,7 @@
|
||||||
# yamllint disable rule:indentation rule:line-length
|
# yamllint disable rule:indentation rule:line-length
|
||||||
# Debian-9
|
# Debian-9
|
||||||
---
|
---
|
||||||
sudoers:
|
aliases:
|
||||||
aliases:
|
|
||||||
commands:
|
commands:
|
||||||
PROCESSES:
|
PROCESSES:
|
||||||
- /usr/bin/nice
|
- /usr/bin/nice
|
||||||
|
@ -20,9 +19,9 @@ sudoers:
|
||||||
- millert
|
- millert
|
||||||
- dowdy
|
- dowdy
|
||||||
- mikef
|
- mikef
|
||||||
arch: amd64
|
arch: amd64
|
||||||
configpath: /etc
|
configpath: /etc
|
||||||
defaults:
|
defaults:
|
||||||
command_list:
|
command_list:
|
||||||
PROCESSES: noexec
|
PROCESSES: noexec
|
||||||
generic:
|
generic:
|
||||||
|
@ -36,13 +35,13 @@ sudoers:
|
||||||
user_list:
|
user_list:
|
||||||
ADMINS: '!lecture'
|
ADMINS: '!lecture'
|
||||||
johndoe: '!requiretty'
|
johndoe: '!requiretty'
|
||||||
execprefix: /usr/sbin
|
execprefix: /usr/sbin
|
||||||
group: root
|
group: root
|
||||||
groups:
|
groups:
|
||||||
sudo:
|
sudo:
|
||||||
- ALL=(ALL) ALL
|
- ALL=(ALL) ALL
|
||||||
- 'ALL=(nodejs) NOPASSWD: ALL'
|
- 'ALL=(nodejs) NOPASSWD: ALL'
|
||||||
included_files:
|
included_files:
|
||||||
/etc/sudoers.d/extra-file:
|
/etc/sudoers.d/extra-file:
|
||||||
users:
|
users:
|
||||||
foo:
|
foo:
|
||||||
|
@ -55,14 +54,14 @@ sudoers:
|
||||||
netgroups:
|
netgroups:
|
||||||
other_netgroup:
|
other_netgroup:
|
||||||
- ALL=(ALL) ALL
|
- ALL=(ALL) ALL
|
||||||
includedir: /etc/sudoers.d
|
includedir: /etc/sudoers.d
|
||||||
manage_main_config: true
|
manage_main_config: true
|
||||||
netgroups:
|
netgroups:
|
||||||
sysadmins:
|
sysadmins:
|
||||||
- ALL=(ALL) ALL
|
- ALL=(ALL) ALL
|
||||||
pkg: sudo
|
pkg: sudo
|
||||||
purge_includedir: false
|
purge_includedir: false
|
||||||
users:
|
users:
|
||||||
johndoe:
|
johndoe:
|
||||||
- ALL=(ALL) ALL
|
- ALL=(ALL) ALL
|
||||||
- 'ALL=(root) NOPASSWD: /etc/init.d/httpd'
|
- 'ALL=(root) NOPASSWD: /etc/init.d/httpd'
|
||||||
|
|
|
@ -1,8 +1,7 @@
|
||||||
# yamllint disable rule:indentation rule:line-length
|
# yamllint disable rule:indentation rule:line-length
|
||||||
# Fedora-31
|
# Fedora-31
|
||||||
---
|
---
|
||||||
sudoers:
|
aliases:
|
||||||
aliases:
|
|
||||||
commands:
|
commands:
|
||||||
PROCESSES:
|
PROCESSES:
|
||||||
- /usr/bin/nice
|
- /usr/bin/nice
|
||||||
|
@ -20,9 +19,9 @@ sudoers:
|
||||||
- millert
|
- millert
|
||||||
- dowdy
|
- dowdy
|
||||||
- mikef
|
- mikef
|
||||||
arch: amd64
|
arch: amd64
|
||||||
configpath: /etc
|
configpath: /etc
|
||||||
defaults:
|
defaults:
|
||||||
command_list:
|
command_list:
|
||||||
PROCESSES: noexec
|
PROCESSES: noexec
|
||||||
generic:
|
generic:
|
||||||
|
@ -36,13 +35,13 @@ sudoers:
|
||||||
user_list:
|
user_list:
|
||||||
ADMINS: '!lecture'
|
ADMINS: '!lecture'
|
||||||
johndoe: '!requiretty'
|
johndoe: '!requiretty'
|
||||||
execprefix: /usr/sbin
|
execprefix: /usr/sbin
|
||||||
group: root
|
group: root
|
||||||
groups:
|
groups:
|
||||||
sudo:
|
sudo:
|
||||||
- ALL=(ALL) ALL
|
- ALL=(ALL) ALL
|
||||||
- 'ALL=(nodejs) NOPASSWD: ALL'
|
- 'ALL=(nodejs) NOPASSWD: ALL'
|
||||||
included_files:
|
included_files:
|
||||||
/etc/sudoers.d/extra-file:
|
/etc/sudoers.d/extra-file:
|
||||||
users:
|
users:
|
||||||
foo:
|
foo:
|
||||||
|
@ -55,14 +54,14 @@ sudoers:
|
||||||
netgroups:
|
netgroups:
|
||||||
other_netgroup:
|
other_netgroup:
|
||||||
- ALL=(ALL) ALL
|
- ALL=(ALL) ALL
|
||||||
includedir: /etc/sudoers.d
|
includedir: /etc/sudoers.d
|
||||||
manage_main_config: true
|
manage_main_config: true
|
||||||
netgroups:
|
netgroups:
|
||||||
sysadmins:
|
sysadmins:
|
||||||
- ALL=(ALL) ALL
|
- ALL=(ALL) ALL
|
||||||
pkg: sudo
|
pkg: sudo
|
||||||
purge_includedir: false
|
purge_includedir: false
|
||||||
users:
|
users:
|
||||||
johndoe:
|
johndoe:
|
||||||
- ALL=(ALL) ALL
|
- ALL=(ALL) ALL
|
||||||
- 'ALL=(root) NOPASSWD: /etc/init.d/httpd'
|
- 'ALL=(root) NOPASSWD: /etc/init.d/httpd'
|
||||||
|
|
|
@ -1,8 +1,7 @@
|
||||||
# yamllint disable rule:indentation rule:line-length
|
# yamllint disable rule:indentation rule:line-length
|
||||||
# Fedora-32
|
# Fedora-32
|
||||||
---
|
---
|
||||||
sudoers:
|
aliases:
|
||||||
aliases:
|
|
||||||
commands:
|
commands:
|
||||||
PROCESSES:
|
PROCESSES:
|
||||||
- /usr/bin/nice
|
- /usr/bin/nice
|
||||||
|
@ -20,9 +19,9 @@ sudoers:
|
||||||
- millert
|
- millert
|
||||||
- dowdy
|
- dowdy
|
||||||
- mikef
|
- mikef
|
||||||
arch: amd64
|
arch: amd64
|
||||||
configpath: /etc
|
configpath: /etc
|
||||||
defaults:
|
defaults:
|
||||||
command_list:
|
command_list:
|
||||||
PROCESSES: noexec
|
PROCESSES: noexec
|
||||||
generic:
|
generic:
|
||||||
|
@ -36,13 +35,13 @@ sudoers:
|
||||||
user_list:
|
user_list:
|
||||||
ADMINS: '!lecture'
|
ADMINS: '!lecture'
|
||||||
johndoe: '!requiretty'
|
johndoe: '!requiretty'
|
||||||
execprefix: /usr/sbin
|
execprefix: /usr/sbin
|
||||||
group: root
|
group: root
|
||||||
groups:
|
groups:
|
||||||
sudo:
|
sudo:
|
||||||
- ALL=(ALL) ALL
|
- ALL=(ALL) ALL
|
||||||
- 'ALL=(nodejs) NOPASSWD: ALL'
|
- 'ALL=(nodejs) NOPASSWD: ALL'
|
||||||
included_files:
|
included_files:
|
||||||
/etc/sudoers.d/extra-file:
|
/etc/sudoers.d/extra-file:
|
||||||
users:
|
users:
|
||||||
foo:
|
foo:
|
||||||
|
@ -55,14 +54,14 @@ sudoers:
|
||||||
netgroups:
|
netgroups:
|
||||||
other_netgroup:
|
other_netgroup:
|
||||||
- ALL=(ALL) ALL
|
- ALL=(ALL) ALL
|
||||||
includedir: /etc/sudoers.d
|
includedir: /etc/sudoers.d
|
||||||
manage_main_config: true
|
manage_main_config: true
|
||||||
netgroups:
|
netgroups:
|
||||||
sysadmins:
|
sysadmins:
|
||||||
- ALL=(ALL) ALL
|
- ALL=(ALL) ALL
|
||||||
pkg: sudo
|
pkg: sudo
|
||||||
purge_includedir: false
|
purge_includedir: false
|
||||||
users:
|
users:
|
||||||
johndoe:
|
johndoe:
|
||||||
- ALL=(ALL) ALL
|
- ALL=(ALL) ALL
|
||||||
- 'ALL=(root) NOPASSWD: /etc/init.d/httpd'
|
- 'ALL=(root) NOPASSWD: /etc/init.d/httpd'
|
||||||
|
|
|
@ -1,8 +1,7 @@
|
||||||
# yamllint disable rule:indentation rule:line-length
|
# yamllint disable rule:indentation rule:line-length
|
||||||
# Leap-15
|
# Leap-15
|
||||||
---
|
---
|
||||||
sudoers:
|
aliases:
|
||||||
aliases:
|
|
||||||
commands:
|
commands:
|
||||||
PROCESSES:
|
PROCESSES:
|
||||||
- /usr/bin/nice
|
- /usr/bin/nice
|
||||||
|
@ -20,9 +19,9 @@ sudoers:
|
||||||
- millert
|
- millert
|
||||||
- dowdy
|
- dowdy
|
||||||
- mikef
|
- mikef
|
||||||
arch: amd64
|
arch: amd64
|
||||||
configpath: /etc
|
configpath: /etc
|
||||||
defaults:
|
defaults:
|
||||||
command_list:
|
command_list:
|
||||||
PROCESSES: noexec
|
PROCESSES: noexec
|
||||||
generic:
|
generic:
|
||||||
|
@ -36,13 +35,13 @@ sudoers:
|
||||||
user_list:
|
user_list:
|
||||||
ADMINS: '!lecture'
|
ADMINS: '!lecture'
|
||||||
johndoe: '!requiretty'
|
johndoe: '!requiretty'
|
||||||
execprefix: /usr/sbin
|
execprefix: /usr/sbin
|
||||||
group: root
|
group: root
|
||||||
groups:
|
groups:
|
||||||
sudo:
|
sudo:
|
||||||
- ALL=(ALL) ALL
|
- ALL=(ALL) ALL
|
||||||
- 'ALL=(nodejs) NOPASSWD: ALL'
|
- 'ALL=(nodejs) NOPASSWD: ALL'
|
||||||
included_files:
|
included_files:
|
||||||
/etc/sudoers.d/extra-file:
|
/etc/sudoers.d/extra-file:
|
||||||
users:
|
users:
|
||||||
foo:
|
foo:
|
||||||
|
@ -55,14 +54,14 @@ sudoers:
|
||||||
netgroups:
|
netgroups:
|
||||||
other_netgroup:
|
other_netgroup:
|
||||||
- ALL=(ALL) ALL
|
- ALL=(ALL) ALL
|
||||||
includedir: /etc/sudoers.d
|
includedir: /etc/sudoers.d
|
||||||
manage_main_config: true
|
manage_main_config: true
|
||||||
netgroups:
|
netgroups:
|
||||||
sysadmins:
|
sysadmins:
|
||||||
- ALL=(ALL) ALL
|
- ALL=(ALL) ALL
|
||||||
pkg: sudo
|
pkg: sudo
|
||||||
purge_includedir: false
|
purge_includedir: false
|
||||||
users:
|
users:
|
||||||
johndoe:
|
johndoe:
|
||||||
- ALL=(ALL) ALL
|
- ALL=(ALL) ALL
|
||||||
- 'ALL=(root) NOPASSWD: /etc/init.d/httpd'
|
- 'ALL=(root) NOPASSWD: /etc/init.d/httpd'
|
||||||
|
|
|
@ -1,8 +1,7 @@
|
||||||
# yamllint disable rule:indentation rule:line-length
|
# yamllint disable rule:indentation rule:line-length
|
||||||
# Ubuntu-16.04
|
# Ubuntu-16.04
|
||||||
---
|
---
|
||||||
sudoers:
|
aliases:
|
||||||
aliases:
|
|
||||||
commands:
|
commands:
|
||||||
PROCESSES:
|
PROCESSES:
|
||||||
- /usr/bin/nice
|
- /usr/bin/nice
|
||||||
|
@ -20,9 +19,9 @@ sudoers:
|
||||||
- millert
|
- millert
|
||||||
- dowdy
|
- dowdy
|
||||||
- mikef
|
- mikef
|
||||||
arch: amd64
|
arch: amd64
|
||||||
configpath: /etc
|
configpath: /etc
|
||||||
defaults:
|
defaults:
|
||||||
command_list:
|
command_list:
|
||||||
PROCESSES: noexec
|
PROCESSES: noexec
|
||||||
generic:
|
generic:
|
||||||
|
@ -36,13 +35,13 @@ sudoers:
|
||||||
user_list:
|
user_list:
|
||||||
ADMINS: '!lecture'
|
ADMINS: '!lecture'
|
||||||
johndoe: '!requiretty'
|
johndoe: '!requiretty'
|
||||||
execprefix: /usr/sbin
|
execprefix: /usr/sbin
|
||||||
group: root
|
group: root
|
||||||
groups:
|
groups:
|
||||||
sudo:
|
sudo:
|
||||||
- ALL=(ALL) ALL
|
- ALL=(ALL) ALL
|
||||||
- 'ALL=(nodejs) NOPASSWD: ALL'
|
- 'ALL=(nodejs) NOPASSWD: ALL'
|
||||||
included_files:
|
included_files:
|
||||||
/etc/sudoers.d/extra-file:
|
/etc/sudoers.d/extra-file:
|
||||||
users:
|
users:
|
||||||
foo:
|
foo:
|
||||||
|
@ -55,14 +54,14 @@ sudoers:
|
||||||
netgroups:
|
netgroups:
|
||||||
other_netgroup:
|
other_netgroup:
|
||||||
- ALL=(ALL) ALL
|
- ALL=(ALL) ALL
|
||||||
includedir: /etc/sudoers.d
|
includedir: /etc/sudoers.d
|
||||||
manage_main_config: true
|
manage_main_config: true
|
||||||
netgroups:
|
netgroups:
|
||||||
sysadmins:
|
sysadmins:
|
||||||
- ALL=(ALL) ALL
|
- ALL=(ALL) ALL
|
||||||
pkg: sudo
|
pkg: sudo
|
||||||
purge_includedir: false
|
purge_includedir: false
|
||||||
users:
|
users:
|
||||||
johndoe:
|
johndoe:
|
||||||
- ALL=(ALL) ALL
|
- ALL=(ALL) ALL
|
||||||
- 'ALL=(root) NOPASSWD: /etc/init.d/httpd'
|
- 'ALL=(root) NOPASSWD: /etc/init.d/httpd'
|
||||||
|
|
|
@ -1,8 +1,7 @@
|
||||||
# yamllint disable rule:indentation rule:line-length
|
# yamllint disable rule:indentation rule:line-length
|
||||||
# Ubuntu-18.04
|
# Ubuntu-18.04
|
||||||
---
|
---
|
||||||
sudoers:
|
aliases:
|
||||||
aliases:
|
|
||||||
commands:
|
commands:
|
||||||
PROCESSES:
|
PROCESSES:
|
||||||
- /usr/bin/nice
|
- /usr/bin/nice
|
||||||
|
@ -20,9 +19,9 @@ sudoers:
|
||||||
- millert
|
- millert
|
||||||
- dowdy
|
- dowdy
|
||||||
- mikef
|
- mikef
|
||||||
arch: amd64
|
arch: amd64
|
||||||
configpath: /etc
|
configpath: /etc
|
||||||
defaults:
|
defaults:
|
||||||
command_list:
|
command_list:
|
||||||
PROCESSES: noexec
|
PROCESSES: noexec
|
||||||
generic:
|
generic:
|
||||||
|
@ -36,13 +35,13 @@ sudoers:
|
||||||
user_list:
|
user_list:
|
||||||
ADMINS: '!lecture'
|
ADMINS: '!lecture'
|
||||||
johndoe: '!requiretty'
|
johndoe: '!requiretty'
|
||||||
execprefix: /usr/sbin
|
execprefix: /usr/sbin
|
||||||
group: root
|
group: root
|
||||||
groups:
|
groups:
|
||||||
sudo:
|
sudo:
|
||||||
- ALL=(ALL) ALL
|
- ALL=(ALL) ALL
|
||||||
- 'ALL=(nodejs) NOPASSWD: ALL'
|
- 'ALL=(nodejs) NOPASSWD: ALL'
|
||||||
included_files:
|
included_files:
|
||||||
/etc/sudoers.d/extra-file:
|
/etc/sudoers.d/extra-file:
|
||||||
users:
|
users:
|
||||||
foo:
|
foo:
|
||||||
|
@ -55,14 +54,14 @@ sudoers:
|
||||||
netgroups:
|
netgroups:
|
||||||
other_netgroup:
|
other_netgroup:
|
||||||
- ALL=(ALL) ALL
|
- ALL=(ALL) ALL
|
||||||
includedir: /etc/sudoers.d
|
includedir: /etc/sudoers.d
|
||||||
manage_main_config: true
|
manage_main_config: true
|
||||||
netgroups:
|
netgroups:
|
||||||
sysadmins:
|
sysadmins:
|
||||||
- ALL=(ALL) ALL
|
- ALL=(ALL) ALL
|
||||||
pkg: sudo
|
pkg: sudo
|
||||||
purge_includedir: false
|
purge_includedir: false
|
||||||
users:
|
users:
|
||||||
johndoe:
|
johndoe:
|
||||||
- ALL=(ALL) ALL
|
- ALL=(ALL) ALL
|
||||||
- 'ALL=(root) NOPASSWD: /etc/init.d/httpd'
|
- 'ALL=(root) NOPASSWD: /etc/init.d/httpd'
|
||||||
|
|
|
@ -1,8 +1,7 @@
|
||||||
# yamllint disable rule:indentation rule:line-length
|
# yamllint disable rule:indentation rule:line-length
|
||||||
# Ubuntu-20.04
|
# Ubuntu-20.04
|
||||||
---
|
---
|
||||||
sudoers:
|
aliases:
|
||||||
aliases:
|
|
||||||
commands:
|
commands:
|
||||||
PROCESSES:
|
PROCESSES:
|
||||||
- /usr/bin/nice
|
- /usr/bin/nice
|
||||||
|
@ -20,9 +19,9 @@ sudoers:
|
||||||
- millert
|
- millert
|
||||||
- dowdy
|
- dowdy
|
||||||
- mikef
|
- mikef
|
||||||
arch: amd64
|
arch: amd64
|
||||||
configpath: /etc
|
configpath: /etc
|
||||||
defaults:
|
defaults:
|
||||||
command_list:
|
command_list:
|
||||||
PROCESSES: noexec
|
PROCESSES: noexec
|
||||||
generic:
|
generic:
|
||||||
|
@ -36,13 +35,13 @@ sudoers:
|
||||||
user_list:
|
user_list:
|
||||||
ADMINS: '!lecture'
|
ADMINS: '!lecture'
|
||||||
johndoe: '!requiretty'
|
johndoe: '!requiretty'
|
||||||
execprefix: /usr/sbin
|
execprefix: /usr/sbin
|
||||||
group: root
|
group: root
|
||||||
groups:
|
groups:
|
||||||
sudo:
|
sudo:
|
||||||
- ALL=(ALL) ALL
|
- ALL=(ALL) ALL
|
||||||
- 'ALL=(nodejs) NOPASSWD: ALL'
|
- 'ALL=(nodejs) NOPASSWD: ALL'
|
||||||
included_files:
|
included_files:
|
||||||
/etc/sudoers.d/extra-file:
|
/etc/sudoers.d/extra-file:
|
||||||
users:
|
users:
|
||||||
foo:
|
foo:
|
||||||
|
@ -55,14 +54,14 @@ sudoers:
|
||||||
netgroups:
|
netgroups:
|
||||||
other_netgroup:
|
other_netgroup:
|
||||||
- ALL=(ALL) ALL
|
- ALL=(ALL) ALL
|
||||||
includedir: /etc/sudoers.d
|
includedir: /etc/sudoers.d
|
||||||
manage_main_config: true
|
manage_main_config: true
|
||||||
netgroups:
|
netgroups:
|
||||||
sysadmins:
|
sysadmins:
|
||||||
- ALL=(ALL) ALL
|
- ALL=(ALL) ALL
|
||||||
pkg: sudo
|
pkg: sudo
|
||||||
purge_includedir: false
|
purge_includedir: false
|
||||||
users:
|
users:
|
||||||
johndoe:
|
johndoe:
|
||||||
- ALL=(ALL) ALL
|
- ALL=(ALL) ALL
|
||||||
- 'ALL=(root) NOPASSWD: /etc/init.d/httpd'
|
- 'ALL=(root) NOPASSWD: /etc/init.d/httpd'
|
||||||
|
|
Loading…
Reference in a new issue