From 2c98a9264c2070281dc7628d5bcb176eb0fdb200 Mon Sep 17 00:00:00 2001 From: Nick Walker Date: Wed, 23 Mar 2016 10:31:33 -0700 Subject: Reduce the scope of the control-repo to mostly an example Prior to this commit, the control-repo was an example of the structure of a control repo but it also included puppet code to help setup code manager and instructions to get that all setup in a very specific way. This was great for users that wanted to follow those instructions exactly but wasn't great for people just looking for an example to start from. After this commit, the control-repo will be just an example once again and a new repo somehwere else will pop up to provide the explicit instructions on how to use the example with code manager. There are links added to puppetlabs/control-repo to a new repo that will have a version of the code that once lived in puppetlabs/control-repo --- hieradata/nodes/example-node.yaml | 1 + hieradata/nodes/example-puppet-master.yaml | 8 -------- 2 files changed, 1 insertion(+), 8 deletions(-) create mode 100644 hieradata/nodes/example-node.yaml delete mode 100644 hieradata/nodes/example-puppet-master.yaml (limited to 'hieradata/nodes') diff --git a/hieradata/nodes/example-node.yaml b/hieradata/nodes/example-node.yaml new file mode 100644 index 0000000..ed97d53 --- /dev/null +++ b/hieradata/nodes/example-node.yaml @@ -0,0 +1 @@ +--- 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' -- cgit v1.2.3