git.lirion.de

Of git, get, and gud

summaryrefslogtreecommitdiffstats
path: root/hieradata/nodes
diff options
context:
space:
mode:
Diffstat (limited to 'hieradata/nodes')
-rw-r--r--hieradata/nodes/example-node.yaml1
-rw-r--r--hieradata/nodes/example-puppet-master.yaml8
2 files changed, 1 insertions, 8 deletions
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'