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 /hieradata/nodes/example-puppet-master.yaml | |
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 'hieradata/nodes/example-puppet-master.yaml')
-rw-r--r-- | hieradata/nodes/example-puppet-master.yaml | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/hieradata/nodes/example-puppet-master.yaml b/hieradata/nodes/example-puppet-master.yaml deleted file mode 100644 index 584faac..0000000 --- a/hieradata/nodes/example-puppet-master.yaml +++ /dev/null @@ -1,8 +0,0 @@ ---- -git_management_system: 'gitlab' -gms_server_url: 'https://gitlab-server' -gms_api_token: 'BDkZfWWnk4LVTLHdAywd' - -#setup r10k to update classes in the console after code deploy -pe_r10k::postrun: - - '/usr/local/bin/update-classes.sh' |