summaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
Diffstat (limited to 'manifests')
-rw-r--r--manifests/params.pp4
1 files changed, 2 insertions, 2 deletions
diff --git a/manifests/params.pp b/manifests/params.pp
index 27beac7..04ba3ec 100644
--- a/manifests/params.pp
+++ b/manifests/params.pp
@@ -48,8 +48,8 @@ class unattended_upgrades::params {
}
'ubuntu': {
$legacy_origin = true
- $origins = ['${distro_id} {$distro_codename}-security', #lint:ignore:single_quote_string_with_variables
- '${distro_id} {$distro_codename}-updates',] #lint:ignore:single_quote_string_with_variables
+ $origins = ['${distro_id} ${distro_codename}-security', #lint:ignore:single_quote_string_with_variables
+ '${distro_id} ${distro_codename}-updates',] #lint:ignore:single_quote_string_with_variables
}
default: {
fail('Please explicitly specify unattended_upgrades::legacy_origin and unattended_upgrades::origins')