Merge branch 'develop' into neoloc/puppetdb

This commit is contained in:
2023-10-21 23:30:40 +11:00
6 changed files with 73 additions and 1 deletions
+7
View File
@@ -30,4 +30,11 @@ class profiles::base (
manage_pip_package => true,
use_epel => false,
}
# all hosts will have sudo applied
include sudo
# default users
include profiles::accounts::sysadmin
}