diff options
author | mail_redacted_for_web | 2016-03-29 16:36:03 -0700 |
---|---|---|
committer | mail_redacted_for_web | 2016-03-29 16:36:03 -0700 |
commit | 3f94dafcd98d6e866013f5928a5e1b034933b53c (patch) | |
tree | 1e2cb5f1319855b14b972a034dc6a7c9ada9199f /manifests | |
parent | 6a44737d043f4140ab0116f619f79f913701df4c (diff) | |
parent | 2c98a9264c2070281dc7628d5bcb176eb0fdb200 (diff) | |
download | control-repo-template-3f94dafcd98d6e866013f5928a5e1b034933b53c.tar.bz2 |
Merge pull request #27 from npwalker/reduce_scope_of_control_repo
Reduce the scope of the control-repo to mostly an example
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/site.pp | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/manifests/site.pp b/manifests/site.pp index 04b3d6e..5573ee0 100644 --- a/manifests/site.pp +++ b/manifests/site.pp @@ -26,14 +26,6 @@ File { backup => false } # specified in the console for that node. node default { - #incude a role on any node that specifies it's role via a trusted fact at provision time - #https://docs.puppetlabs.com/puppet/latest/reference/lang_facts_and_builtin_vars.html#trusted-facts - #https://docs.puppetlabs.com/puppet/latest/reference/ssl_attributes_extensions.html#aws-attributes-and-extensions-population-example - - if !empty( $trusted['extensions']['pp_role'] ) { - include "role::${trusted['extensions']['pp_role']}" - } - # This is where you can declare classes for all nodes. # Example: # class { 'my_class': } |