summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2020-02-12 16:55:43 +0100
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2020-02-12 16:55:43 +0100
commit59802394e47b38f57f5e56f03d233531c7000088 (patch)
tree9f643d79d6e4b2de5963c71fe9348c4e6f6ef63c
parent3a6f73d9d8b7c727f9c1c0233bf9c71389c7f1e8 (diff)
downloadpuppet.KATH-59802394e47b38f57f5e56f03d233531c7000088.tar.gz
puppet.KATH-59802394e47b38f57f5e56f03d233531c7000088.tar.bz2
puppet.KATH-59802394e47b38f57f5e56f03d233531c7000088.zip
add test-node: test-fai-installation
-rw-r--r--code/environments/production/manifests/site.pp28
1 files changed, 28 insertions, 0 deletions
diff --git a/code/environments/production/manifests/site.pp b/code/environments/production/manifests/site.pp
index 488ede9..ab14b12 100644
--- a/code/environments/production/manifests/site.pp
+++ b/code/environments/production/manifests/site.pp
@@ -609,6 +609,34 @@ node /^t61.*\.intern$/ {
class { 'debianeducacert_2_cacerts': }
}
+node /^test-fai-installation\.intern$/ {
+ class { 'anacron_on_battery': }
+ class { 'ssh_pubkeys_admins': }
+ class { 'ssh_pubkeys_firedadmins': }
+ class { 'login_manager': }
+ class { 'itzks_systems_workstation': }
+ class { 'itzks_systems_common': }
+ class { 'lsb_release_with_version': }
+ class { 'fsautoresizetab': }
+ class { 'unattended_upgrades':
+ enable => 1,
+ origins => $apt_origins,
+ auto => {
+ 'clean' => 7,
+ },
+ upgradeable_packages => {
+ download_only => 1,
+ debdelta => 1,
+ },
+ }
+ class { 'browsers': }
+ class { 'cachefilesd': }
+ class { 'ldapservercert_renewal': }
+ class { 'cups_browsed_polling': }
+ class { 'debianeducacert_2_cacerts': }
+ class { 'ensure_roaming_workstation': }
+}
+
node /^tp.*\.intern$/ {
class { 'anacron_on_battery': }
class { 'ssh_pubkeys_admins': }