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,6 +1,6 @@
# Readme
[![Build Status](https://jenkins.confdroid.com/buildStatus/icon?job=puppet_cd)](https://jenkins.confdroid.com/job/puppet_cd/)|
[![Build Status](https://jenkins.confdroid.com/buildStatus/icon?job=confdroid_puppet)](https://jenkins.confdroid.com/job/confdroid_puppet/)|
## Synopsis
@@ -72,7 +72,7 @@ include cd_puppet
* ensure the module is present on the puppetmaster running Foreman in the module path, i.e. /etc/puppetlabs/code/environments/production/ . use r10k or clone the module there through git
* import the module in Foreman
* assign `puppet_cd::params` to the nodes in question, typically a host group.
* assign `confdroid_puppet::params` to the nodes in question, typically a host group.
* overwrite the value for `$pt_pm_fqdn`to match your puppetmaster's fqdn. **This will overwrite the puppet.conf with the settings set in params.pp. It is highly recommended to use a test system first to see and fine tune those settings!** Any node not matching this fqdn will become an agent.
## Tests