From ddff6b8f85bed70e1e6797aa49f9a19b877b207d Mon Sep 17 00:00:00 2001 From: Thomas Backlund Date: Mon, 22 Jun 2015 01:54:37 +0300 Subject: fix check_tag_options --- deployment/mga_buildsystem/manifests/config.pp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/deployment/mga_buildsystem/manifests/config.pp b/deployment/mga_buildsystem/manifests/config.pp index f3b69c92..0517ebcb 100644 --- a/deployment/mga_buildsystem/manifests/config.pp +++ b/deployment/mga_buildsystem/manifests/config.pp @@ -835,9 +835,9 @@ class mga_buildsystem::config { } $checks_tag_options = { 'tags' => { - 'release' => inline_template('^[^~]*<%= std_macros['distsuffix'] %>\\d+'), - 'distribution' => inline_template('^<%= std_macros['distribution'] %>'), - 'vendor' => inline_template('^<%= std_macros['vendor'] %>$'), + 'release' => inline_template("^[^~]*<%= std_macros['distsuffix'] %>\\d+"), + 'distribution' => inline_template("^<%= std_macros['distribution'] %>"), + 'vendor' => inline_template("^<%= std_macros['vendor'] %>$"), }, } class { 'buildsystem::var::youri': -- cgit v1.2.1