remove all references for puppetdb - https://gitlab.confdroid.com/internal/confdroid_management/-/issues/284
This commit is contained in:
@@ -6,7 +6,8 @@
|
||||
|
||||
## Synopsis
|
||||
|
||||
This Puppet module configures settings for Puppet master and agents, PuppetDB and R10k, the full bundle.
|
||||
This Puppet module configures settings for Puppet master , agents and R10k, the full bundle. Puppetdb has been outsourced to a [module](https://gitlab.confdroid.com/puppet/puppetdb_cd) on its own, due to complexity
|
||||
|
||||
The syntax is specifically for Puppet Core 8 and Rocky 9, although might work elsewhere as well.
|
||||
This module is also designed to work with External Node Classifiers (ENC), for instance Foreman.
|
||||
|
||||
@@ -20,8 +21,6 @@ This module is also designed to work with External Node Classifiers (ENC), for i
|
||||
On your puppetmaster, If you set `$pt_use_r10k`to `true`, it also installs r10k to connect to a control repo and manage the code available to clients via Puppetfile.
|
||||
If you set `$pt_use_r10k_webhook`to `true`, it also installs a simple webhook listener to watch for post_hooks from gitlab, and triggers the r10k deployment.
|
||||
|
||||
* if the host FQDN matches your specified puppetdb host via `$pt_db_fqdn`, Puppetdb is installed and added to the puppetmaster config. Settings for the (external) postgreSQL database are also configured.
|
||||
|
||||
* open firewall ports depending on fqdn choices
|
||||
* start services as required
|
||||
* manage directories
|
||||
|
||||
Reference in New Issue
Block a user