- install modules required
- puppetdb
- postgresql
- puppetboard
- python
- create new profiles to manage each item (puppetdb/puppetboard)
- added puppetdb role
- include the puppetdb::master::config in puppetmaster role
- re-organised the puppetfile
- moved python to be managed by the python module
- added postgresql to list of managed repos
10 lines
165 B
YAML
10 lines
165 B
YAML
# hieradata/os/AlmaLinux/AlmaLinux9.yaml
|
|
---
|
|
profiles::yum::managed_repos:
|
|
- 'base'
|
|
- 'extras'
|
|
- 'appstream'
|
|
- 'epel'
|
|
- 'puppet7'
|
|
- 'yum.postgresql.org'
|