diff options
-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 |