refactor: move puppet::* roles to infra::puppet
- start creation on apps:: roles - reorganise hieradata to match role changes - remove tagging for enc repo
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
# a role to deploy the puppetdb api service
|
||||
class roles::infra::puppetdb::api {
|
||||
include profiles::defaults
|
||||
include profiles::base
|
||||
include profiles::puppet::puppetdb_api
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
# a role to deploy the puppetdb postgresql service
|
||||
class roles::infra::puppetdb::sql {
|
||||
include profiles::defaults
|
||||
include profiles::base
|
||||
include profiles::puppet::puppetdb_sql
|
||||
}
|
||||
Reference in New Issue
Block a user