OP#355 fork puppet_cd to confdroid_puppet

This commit is contained in:
Arne Teuke
2026-01-16 17:17:19 +01:00
parent 8510d34e52
commit 94184df21c
39 changed files with 86 additions and 6241 deletions

View File

@@ -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':