puppet-prod/hieradata/os/Debian/Debian12.yaml
Ben Vincent 08c14c2329 feat: split agent service/package from config
- split package/service from config so puppetservers agents can be
  managed in the same was as clients
2023-12-03 16:49:38 +11:00

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'