summaryrefslogtreecommitdiff
path: root/manifests/preseeded_package.pp
diff options
context:
space:
mode:
authorLouis-Philippe VĂ©ronneau <pollito@riseup.net>2016-12-30 01:48:41 -0500
committerLouis-Philippe VĂ©ronneau <pollito@riseup.net>2016-12-30 01:48:41 -0500
commitc72ceac8b339a159db6819455ed47ebb295519ae (patch)
tree8941928093b6410b358b5a6f6463c97682f82f1b /manifests/preseeded_package.pp
parentf8ac878c19bb98db4d95f7cbb988999c33fe8e53 (diff)
more ; to ,
Diffstat (limited to 'manifests/preseeded_package.pp')
-rw-r--r--manifests/preseeded_package.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/preseeded_package.pp b/manifests/preseeded_package.pp
index 7e092fd..29a981e 100644
--- a/manifests/preseeded_package.pp
+++ b/manifests/preseeded_package.pp
@@ -8,7 +8,7 @@ define apt::preseeded_package (
$seedfile = "/var/cache/local/preseeding/${name}.seeds"
$real_content = $content ? {
'' => template ( "site_apt/${::debian_codename}/${name}.seeds" ),
- default => $content;
+ default => $content,
}
file { $seedfile: