promote develop to master #6

Merged
unkinben merged 449 commits from develop into master 2024-06-01 14:48:48 +10:00
Showing only changes of commit 6b7f531e11 - Show all commits

View File

@ -32,7 +32,9 @@ class profiles::base (
} }
# all hosts will have sudo applied # all hosts will have sudo applied
include sudo class { 'sudo':
secure_path => '/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/opt/puppetlabs/bin'
}
# default users # default users
include profiles::accounts::sysadmin include profiles::accounts::sysadmin