summaryrefslogtreecommitdiff
path: root/hieradata/nodes
diff options
context:
space:
mode:
authorJan Dittberner <jandd@cacert.org>2018-04-02 11:58:43 +0200
committerJan Dittberner <jandd@cacert.org>2018-04-02 11:58:43 +0200
commitde7112749c9cea4bfce3812cb8462f82a74cfb6e (patch)
tree71570077e2219e3a3f8e8d978f642c3fa568b4c2 /hieradata/nodes
parent1a0e08ae287cabcb40ff64c0f7d58c6f11ca1a87 (diff)
downloadcacert-puppet-de7112749c9cea4bfce3812cb8462f82a74cfb6e.tar.gz
cacert-puppet-de7112749c9cea4bfce3812cb8462f82a74cfb6e.tar.xz
cacert-puppet-de7112749c9cea4bfce3812cb8462f82a74cfb6e.zip
Define roles for web and webstatic
Diffstat (limited to 'hieradata/nodes')
-rw-r--r--hieradata/nodes/web.yaml6
-rw-r--r--hieradata/nodes/webstatic.yaml6
2 files changed, 12 insertions, 0 deletions
diff --git a/hieradata/nodes/web.yaml b/hieradata/nodes/web.yaml
new file mode 100644
index 0000000..ec9b25c
--- /dev/null
+++ b/hieradata/nodes/web.yaml
@@ -0,0 +1,6 @@
+---
+classes:
+ - roles::web
+profiles::base::admins:
+ - jandd
+ - law
diff --git a/hieradata/nodes/webstatic.yaml b/hieradata/nodes/webstatic.yaml
new file mode 100644
index 0000000..484f12e
--- /dev/null
+++ b/hieradata/nodes/webstatic.yaml
@@ -0,0 +1,6 @@
+---
+classes:
+ - roles::webstatic
+profiles::base::admins:
+ - jandd
+ - law