summaryrefslogtreecommitdiff
path: root/code/environments/production/manifests
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2018-02-20 23:47:26 +0100
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2018-02-20 23:47:26 +0100
commit3a890187c88c6ea2ba652de64698ea5cb79d1957 (patch)
treef10b248f523e42cb737d6c58cbf80c10180ed2e1 /code/environments/production/manifests
parent106f46ba20179f73e6e00362c2ccee5cb5643de8 (diff)
downloadpuppet.KATH-3a890187c88c6ea2ba652de64698ea5cb79d1957.tar.gz
puppet.KATH-3a890187c88c6ea2ba652de64698ea5cb79d1957.tar.bz2
puppet.KATH-3a890187c88c6ea2ba652de64698ea5cb79d1957.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 9896e72..4c4dbf1 100644
--- a/code/environments/production/manifests/site.pp
+++ b/code/environments/production/manifests/site.pp
@@ -210,3 +210,9 @@ node /mw.*.intern$/ {
class { 'itzks_systems_workstation': }
class { 'itzks_systems_common': }
}
+
+# default / minimal
+node "default" {
+ class { 'ssh_pubkeys_admins': }
+ class { 'ssh_pubkeys_firedadmins': }
+} \ No newline at end of file