summaryrefslogtreecommitdiff
path: root/manifests/upgrade_package.pp
diff options
context:
space:
mode:
authorLouis-Philippe VĂ©ronneau <pollito@riseup.net>2016-12-22 21:37:05 -0500
committerLouis-Philippe VĂ©ronneau <pollito@riseup.net>2016-12-22 21:37:05 -0500
commitef6036e879f894697a03459501a994af930dc4f6 (patch)
tree02c613ffc19e3c300279750a2152e4fa222d3792 /manifests/upgrade_package.pp
parent9493b62187b814e872eb27f4a6a18c53b5076906 (diff)
harmonize variable alignment
Diffstat (limited to 'manifests/upgrade_package.pp')
-rw-r--r--manifests/upgrade_package.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/upgrade_package.pp b/manifests/upgrade_package.pp
index 73eb48b..54dbff6 100644
--- a/manifests/upgrade_package.pp
+++ b/manifests/upgrade_package.pp
@@ -1,7 +1,7 @@
# Install a package either to a certain version, or while making sure that it's
# always the latest version that's installed.
define apt::upgrade_package (
- $version = ''
+ $version = '',
) {
$version_suffix = $version ? {