puppet-prod/hieradata/os/Debian/Debian11.yaml
Ben Vincent 9e95412c8b
All checks were successful
Build / precommit (pull_request) Successful in 5m11s
feat: migrate puppet-agent to openvox
- change from puppet-agent to openvox-agent
- upgrade version from 7.34 to 7.36
- ensure workflow of: Yumrepo -> dnf-makecache -> Package
2025-10-18 17:43:57 +11:00

15 lines
240 B
YAML

# hieradata/os/Debian/Debian11.yaml
---
profiles::apt::managed_repos:
- 'base'
- 'security'
- 'updates'
- 'puppet7'
profiles::apt::components:
- contrib
- main
- non-free
profiles::puppet::agent::version: '7.25.0-1bullseye'