- split package/service from config so puppetservers agents can be managed in the same was as clients
16 lines
259 B
YAML
16 lines
259 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::puppet_version: 'latest'
|