OP#355 fork puppet_cd to confdroid_puppet
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
## puppet_cd::r10k::install.pp
|
||||
# Module name: puppet_cd
|
||||
## confdroid_puppet::r10k::install.pp
|
||||
# Module name: confdroid_puppet
|
||||
# Author: Arne Teuke (arne_teuke@confdroid)
|
||||
# @summary Class manages r10k installation for the puppet_cd module.
|
||||
# @summary Class manages r10k installation for the confdroid_puppet module.
|
||||
###############################################################################
|
||||
class puppet_cd::r10k::install (
|
||||
class confdroid_puppet::r10k::install (
|
||||
|
||||
) inherits puppet_cd::params {
|
||||
) inherits confdroid_puppet::params {
|
||||
if ($pt_pm_fqdn == $fqdn) and ($pt_use_r10k == true) {
|
||||
# enable CRB
|
||||
exec { 'enable_crb':
|
||||
|
||||
Reference in New Issue
Block a user