From 3a890187c88c6ea2ba652de64698ea5cb79d1957 Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Tue, 20 Feb 2018 23:47:26 +0100 Subject: site.pp: Add 'default' node. --- code/environments/production/manifests/site.pp | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'code') 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 -- cgit v1.2.3