OP#355 fork puppet_cd to confdroid_puppet
This commit is contained in:
@@ -1,13 +1,13 @@
|
||||
## puppet_cd::puppetdb::dirs.pp
|
||||
# Module name: puppet_cd
|
||||
## confdroid_puppet::puppetdb::dirs.pp
|
||||
# Module name: confdroid_puppet
|
||||
# Author: Arne Teuke (arne_teuke@confdroid)
|
||||
# @summary Class manages directories for the puppetdb section
|
||||
###############################################################################
|
||||
class puppet_cd::puppetdb::dirs (
|
||||
class confdroid_puppet::puppetdb::dirs (
|
||||
|
||||
) inherits puppet_cd::params {
|
||||
) inherits confdroid_puppet::params {
|
||||
if ($pt_use_puppetdb == true) and ($pt_puppetdb_fqdn == $fqdn) {
|
||||
require puppet_cd::main::install
|
||||
require confdroid_puppet::main::install
|
||||
|
||||
file { $pt_puppetdb_dir:
|
||||
ensure => directory,
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
## puppet_cd::puppetdb::files.pp
|
||||
# Module name: puppet_cd
|
||||
## confdroid_puppet::puppetdb::files.pp
|
||||
# Module name: confdroid_puppet
|
||||
# Author: Arne Teuke (arne_teuke@confdroid)
|
||||
# @summary Class manages config files for the puppetdb section
|
||||
###############################################################################
|
||||
class puppet_cd::puppetdb::files (
|
||||
class confdroid_puppet::puppetdb::files (
|
||||
|
||||
) inherits puppet_cd::params {
|
||||
) inherits confdroid_puppet::params {
|
||||
if ($pt_use_puppetdb == true) and ($pt_puppetdb_fqdn == $fqdn) {
|
||||
require puppet_cd::puppetdb::dirs
|
||||
require confdroid_puppet::puppetdb::dirs
|
||||
|
||||
# bootstrap.cfg
|
||||
file { $pt_bootstrap_conf_file:
|
||||
|
||||
Reference in New Issue
Block a user