16 lines
260 B
YAML
16 lines
260 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::client::puppet_version: 'latest'
|