aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--deployment/mga_buildsystem/manifests/config.pp6
1 files 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':