From ff49b6af6e6c014de22a717c0ef48d3582aa1494 Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Mon, 17 Dec 2018 14:04:10 +0100 Subject: more cruft removal --- code/environments/production/manifests/site.pp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'code') diff --git a/code/environments/production/manifests/site.pp b/code/environments/production/manifests/site.pp index 8978d7e..988be72 100644 --- a/code/environments/production/manifests/site.pp +++ b/code/environments/production/manifests/site.pp @@ -72,6 +72,11 @@ class lsb_release_with_version { ensure => absent, line => 'DISTRIB_DESCRIPTION=Debian Edu / Skolelinux 8.11', } + file_line{ 'lsb-release-remove-cruft-3': + path => '/etc/lsb-release', + ensure => absent, + line => 'DISTRIB_DESCRIPTION=Debian Edu / Skolelinux 9.6', + } } class anacron_on_battery { -- cgit v1.2.3