summaryrefslogtreecommitdiff
path: root/code
diff options
context:
space:
mode:
Diffstat (limited to 'code')
-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': }