diff options
Diffstat (limited to 'code/environments')
-rw-r--r-- | code/environments/production/manifests/site.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/code/environments/production/manifests/site.pp b/code/environments/production/manifests/site.pp index 03c2b2e..7a5f836 100644 --- a/code/environments/production/manifests/site.pp +++ b/code/environments/production/manifests/site.pp @@ -60,7 +60,7 @@ class lsb_release_with_version { file_line { 'lsb-release-with-version': path => '/etc/lsb-release', line => "DISTRIB_DESCRIPTION=Debian Edu / Skolelinux ${::operatingsystemrelease}", - match => "^DISTRIB_DESCRIPTION=.*$", + match => "^DISTRIB_DESCRIPTION=DebianEdu/Skolelinux$", } } |