puppet-prod/site/roles/manifests/infra/puppetdb/api.pp
Ben Vincent 460f9bc7e8 refactor: move puppet::* roles to infra::puppet
- start creation on apps:: roles
- reorganise hieradata to match role changes
- remove tagging for enc repo
2023-11-18 20:00:58 +11:00

7 lines
185 B
Puppet

# a role to deploy the puppetdb api service
class roles::infra::puppetdb::api {
include profiles::defaults
include profiles::base
include profiles::puppet::puppetdb_api
}