summaryrefslogtreecommitdiff
path: root/manifests/preseeded_package.pp
diff options
context:
space:
mode:
authorLouis-Philippe VĂ©ronneau <pollito@riseup.net>2016-12-22 22:26:43 -0500
committerLouis-Philippe VĂ©ronneau <pollito@riseup.net>2016-12-22 22:26:43 -0500
commitfd8b21222b969e779d10cb5d49e2e10f717b8358 (patch)
treea2cf93ce989cc75f4cfedc73ceaa519e2a6a1397 /manifests/preseeded_package.pp
parentbdd6cf421143914cc2c0c63fa543013892fd3bed (diff)
make sure every object ends with either a comma or a semicolon
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 5a2979f..3c69f9b 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: