summaryrefslogtreecommitdiff
path: root/code/environments/production/manifests
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2018-02-20 23:48:29 +0100
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2018-02-20 23:48:29 +0100
commit7b655a231618275a5c9d12e23942291eb3d29a56 (patch)
tree62a212473c630c82788656720bb3e05ce1076c6a /code/environments/production/manifests
parent87b13ac5fdf74b8420776ce9df85bdb98acc8974 (diff)
downloadpuppet.DEV-7b655a231618275a5c9d12e23942291eb3d29a56.tar.gz
puppet.DEV-7b655a231618275a5c9d12e23942291eb3d29a56.tar.bz2
puppet.DEV-7b655a231618275a5c9d12e23942291eb3d29a56.zip
site.pp: Add default node.
Diffstat (limited to 'code/environments/production/manifests')
-rw-r--r--code/environments/production/manifests/site.pp6
1 files changed, 6 insertions, 0 deletions
diff --git a/code/environments/production/manifests/site.pp b/code/environments/production/manifests/site.pp
index 685e417..fe324ca 100644
--- a/code/environments/production/manifests/site.pp
+++ b/code/environments/production/manifests/site.pp
@@ -96,3 +96,9 @@ node "opsiserver.intern" {
# NOT PRESENT node "displayserver.intern" inherits "all_servers" {}
# NOT PRESENT node "contentserver.intern" inherits "all_servers" {}
# NOT PRESENT node "devserver.intern" inherits "all_servers" {}
+
+# default / minimal
+node "default" {
+ class { 'ssh_pubkeys_admins': }
+ class { 'ssh_pubkeys_firedadmins': }
+} \ No newline at end of file