- split package/service from config so puppetservers agents can be managed in the same was as clients
15 lines
247 B
YAML
15 lines
247 B
YAML
# hieradata/os/Debian/Debian11.yaml
|
|
---
|
|
profiles::apt::managed_repos:
|
|
- 'base'
|
|
- 'security'
|
|
- 'updates'
|
|
- 'puppet7'
|
|
|
|
profiles::apt::components:
|
|
- contrib
|
|
- main
|
|
- non-free
|
|
|
|
profiles::puppet::agent::puppet_version: '7.25.0-1bullseye'
|