summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2021-08-13 13:08:07 +0200
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2021-08-13 13:08:07 +0200
commitc97aa739ae3d274cd1d41a2d36e3dc264101444d (patch)
tree67814ce44fb0bd9fc5349da638022cebd41168a4
parent3823c006f9b1adfd5b6d2535532ccc18ef57be91 (diff)
downloadpuppet.FWSECK-c97aa739ae3d274cd1d41a2d36e3dc264101444d.tar.gz
puppet.FWSECK-c97aa739ae3d274cd1d41a2d36e3dc264101444d.tar.bz2
puppet.FWSECK-c97aa739ae3d274cd1d41a2d36e3dc264101444d.zip
site.pp: Drop pkg_unattended_upgrades_installed class. The package unattended-upgrades is handled by the unattended_upgrades class/module.
-rw-r--r--code/environments/production/manifests/site.pp7
1 files changed, 0 insertions, 7 deletions
diff --git a/code/environments/production/manifests/site.pp b/code/environments/production/manifests/site.pp
index 17af162..81d8de4 100644
--- a/code/environments/production/manifests/site.pp
+++ b/code/environments/production/manifests/site.pp
@@ -257,12 +257,6 @@ class itzks_systems_disklserver {
# }
#}
-class pkg_unattended_upgrades_installed {
- package { 'unattended-upgrades':
- ensure => 'latest',
- }
-}
-
class fsautoresizetab {
file { '/etc/fsautoresizetab':
ensure => 'present',
@@ -390,7 +384,6 @@ node /(notebook-.*)\.intern$/ {
class { 'fsautoresizetab': }
class { 'fsautoresizetab_change_usr': }
class { 'lsb_release_with_version': }
- class { 'pkg_unattended_upgrades_installed': }
class { 'unattended_upgrades':
enable => 0,
origins => $apt_origins,