Inital commit for profile::puppet::*

* profile::pupper::server
  * profile::puppet::puppetmaster
  * profile::puppet::g10k
  * profile::puppet::autosign
  * updated Puppetfile
  * updated role::puppet::puppetmaster
  * added profile::puppet::puppetmaster to puppetmaster role
  * added profile::puppet::server templates
This commit is contained in:
2023-06-20 20:27:16 +10:00
parent 46366f4ec6
commit 9536be5864
8 changed files with 252 additions and 1 deletions
@@ -1,3 +1,6 @@
# a role to deploy the puppetmaster
# work in progress
class role::puppet::puppetmaster {
include profile::base
include profile::puppet::puppetmaster
}