From 379ac7e1a67b20afc71a587229da2bd6ebf35c99 Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Mon, 17 Dec 2018 12:56:36 +0100 Subject: lsb-release-with-version: Add missing quotes. --- code/environments/production/manifests/site.pp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'code') diff --git a/code/environments/production/manifests/site.pp b/code/environments/production/manifests/site.pp index dca6541..86b4cc6 100644 --- a/code/environments/production/manifests/site.pp +++ b/code/environments/production/manifests/site.pp @@ -59,8 +59,8 @@ 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=DebianEdu/Skolelinux$", + line => "DISTRIB_DESCRIPTION=\"Debian Edu / Skolelinux ${::operatingsystemrelease}\"", + match => "^DISTRIB_DESCRIPTION=\"DebianEdu/Skolelinux\"$", } } -- cgit v1.2.3