- start creation on apps:: roles - reorganise hieradata to match role changes - remove tagging for enc repo
7 lines
192 B
Puppet
7 lines
192 B
Puppet
# a role to deploy the puppetdb postgresql service
|
|
class roles::infra::puppetdb::sql {
|
|
include profiles::defaults
|
|
include profiles::base
|
|
include profiles::puppet::puppetdb_sql
|
|
}
|