Added a new profile to manage common packages

* will by default pull data from hiera
  * could change it on a per-distro/role basis
  * requires stdlib for ensure_packages
This commit is contained in:
2023-07-01 23:10:29 +10:00
parent 568da5883e
commit d48283734c
3 changed files with 50 additions and 0 deletions
+18
View File
@@ -3,6 +3,24 @@ profiles::base::ntp_servers:
- 0.au.pool.ntp.org
- 1.au.pool.ntp.org
profiles::base::packages::common:
- ccze
- curl
- dstat
- htop
- mtr
- ncdu
- neovim
- python3
- screen
- strace
- sudo
- tmux
- vim
- vnstat
- wget
- zsh
profiles::puppet::autosign::subnet_ranges:
- '198.18.17.0/24'