- change from puppet-agent to openvox-agent - upgrade version from 7.34 to 7.36 - ensure workflow of: Yumrepo -> dnf-makecache -> Package Reviewed-on: #408
16 lines
252 B
YAML
16 lines
252 B
YAML
# hieradata/os/Debian/Debian12.yaml
|
|
---
|
|
profiles::apt::managed_repos:
|
|
- 'base'
|
|
- 'security'
|
|
- 'updates'
|
|
- 'puppet7'
|
|
|
|
profiles::apt::components:
|
|
- contrib
|
|
- main
|
|
- non-free
|
|
- non-free-firmware
|
|
|
|
profiles::puppet::agent::version: 'latest'
|