- start creation on apps:: roles - reorganise hieradata to match role changes - remove tagging for enc repo
8 lines
197 B
Puppet
8 lines
197 B
Puppet
# a role to deploy the puppetmaster
|
|
# work in progress
|
|
class roles::infra::puppet::master {
|
|
include profiles::defaults
|
|
include profiles::base
|
|
include profiles::puppet::puppetmaster
|
|
}
|