diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2018-02-20 23:47:26 +0100 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2018-02-20 23:47:26 +0100 |
commit | 3a890187c88c6ea2ba652de64698ea5cb79d1957 (patch) | |
tree | f10b248f523e42cb737d6c58cbf80c10180ed2e1 /code | |
parent | 106f46ba20179f73e6e00362c2ccee5cb5643de8 (diff) | |
download | puppet.KATH-3a890187c88c6ea2ba652de64698ea5cb79d1957.tar.gz puppet.KATH-3a890187c88c6ea2ba652de64698ea5cb79d1957.tar.bz2 puppet.KATH-3a890187c88c6ea2ba652de64698ea5cb79d1957.zip |
site.pp: Add 'default' node.
Diffstat (limited to 'code')
-rw-r--r-- | code/environments/production/manifests/site.pp | 6 |
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 |