Merge pull request 'feat: add sudo secure_path' (#26) from neoloc/sudo_securepath into develop
Reviewed-on: unkinben/puppet-prod#26
This commit is contained in:
commit
6b7f531e11
@ -32,7 +32,9 @@ class profiles::base (
|
||||
}
|
||||
|
||||
# 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
|
||||
include profiles::accounts::sysadmin
|
||||
|
||||
Loading…
Reference in New Issue
Block a user