Added boilerplate for debian host management
* added apt repo management * added switcher based on OS to base.pp
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
# hieradata/os/Debian/Debian12.yaml
|
||||
---
|
||||
profiles::apt::managed_repos:
|
||||
- 'base'
|
||||
- 'security'
|
||||
- 'updates'
|
||||
- 'puppet7'
|
||||
@@ -0,0 +1,3 @@
|
||||
# hieradata/os/debian/all_releases.yaml
|
||||
---
|
||||
profiles::apt::base::baseurl: http://debian.mirror.digitalpacific.com.au/debian
|
||||
Reference in New Issue
Block a user