feat: manage ruby/puppet gems

- manage installation of puppet_gem packages for puppetmasters
This commit is contained in:
2023-12-11 21:58:24 +11:00
parent 7f270675b1
commit 5b75cf735a
4 changed files with 17 additions and 1 deletions
+4
View File
@@ -14,3 +14,7 @@ profiles::puppet::g10k::bin_path: '/opt/puppetlabs/bin/g10k'
profiles::puppet::g10k::cfg_path: '/etc/puppetlabs/r10k/r10k.yaml'
profiles::puppet::g10k::environments_path: '/etc/puppetlabs/code/environments'
profiles::puppet::g10k::default_environment: 'develop'
profiles::puppet::gems::puppet:
- 'deep_merge'
- 'ipaddr'
- 'hiera-eyaml'