* 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
13 lines
186 B
YAML
13 lines
186 B
YAML
# hieradata/os/Debian/Debian11.yaml
|
|
---
|
|
profiles::apt::managed_repos:
|
|
- 'base'
|
|
- 'security'
|
|
- 'updates'
|
|
- 'puppet7'
|
|
|
|
profiles::apt::components:
|
|
- contrib
|
|
- main
|
|
- non-free
|