* added debian components for Debian12 and Debian11 * added apt module to puppetfile * removed /etc/apt/sources.list management, done by apt module * added profiles::apt::puppet7
14 lines
208 B
YAML
14 lines
208 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
|