diff options
author | mail_redacted_for_web | 2015-08-13 14:10:29 -0700 |
---|---|---|
committer | mail_redacted_for_web | 2015-08-13 14:10:29 -0700 |
commit | 9b50d5e31ee4de65445b6a5bec39da590dedbe36 (patch) | |
tree | bff25866f55ad31b22adcb1a84fe8033fb356792 /site/role/manifests | |
parent | 5d0ae0c01fc5f3dbc1da07fe0a58ea1b36f2ead6 (diff) | |
download | control-repo-template-9b50d5e31ee4de65445b6a5bec39da590dedbe36.tar.bz2 |
Update the README, add an all_in_one_pe role
Updating README for instructions on how to use the control-repo
by putting it in your own git server and then using the r10k
answers during installation of PE.
Removing the manifest for configuring r10k using zack/r10k.
Added a role that can be used to bootstrap an all-in-one PE
installation.
Diffstat (limited to 'site/role/manifests')
-rw-r--r-- | site/role/manifests/all_in_one_pe.pp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/site/role/manifests/all_in_one_pe.pp b/site/role/manifests/all_in_one_pe.pp new file mode 100644 index 0000000..ca99139 --- /dev/null +++ b/site/role/manifests/all_in_one_pe.pp @@ -0,0 +1,5 @@ +class role::all_in_one_pe { + + include profile::puppetmaster + +} |