diff options
Diffstat (limited to 'code/environments/production/manifests')
| -rw-r--r-- | code/environments/production/manifests/site.pp | 5 | 
1 files changed, 5 insertions, 0 deletions
| 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 { | 
