diff --git a/README.md b/README.md index 1ae5c2e..f1b8099 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/doc/_index.html b/doc/_index.html index d89e6e3..e7b4544 100644 --- a/doc/_index.html +++ b/doc/_index.html @@ -93,11 +93,6 @@ -
  • - puppet_cd::main::install - -
  • -
  • puppet_cd::main::user @@ -108,21 +103,6 @@
  • -
  • - puppet_cd::puppetdb::dirs - -
  • - -
  • - puppet_cd::puppetdb::files - -
  • - -
  • - puppet_cd::puppetdb::service - -
  • -
  • puppet_cd::r10k::install diff --git a/doc/file.README.html b/doc/file.README.html index 2446fa6..dba52bc 100644 --- a/doc/file.README.html +++ b/doc/file.README.html @@ -66,7 +66,9 @@

    Synopsis

    -

    This Puppet module configures settings for Puppet master and agents, PuppetDB and R10k, the full bundle. 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.

    +

    This Puppet module configures settings for Puppet master , agents and R10k, the full bundle. Puppetdb has been outsourced to a module 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.

    WARNING

    @@ -76,8 +78,6 @@