summaryrefslogtreecommitdiff
path: root/manifests/sources_list.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/sources_list.pp
parent9493b62187b814e872eb27f4a6a18c53b5076906 (diff)
harmonize variable alignment
Diffstat (limited to 'manifests/sources_list.pp')
-rw-r--r--manifests/sources_list.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/sources_list.pp b/manifests/sources_list.pp
index 6ff4fc3..22bc110 100644
--- a/manifests/sources_list.pp
+++ b/manifests/sources_list.pp
@@ -2,7 +2,7 @@
define apt::sources_list (
$ensure = 'present',
$source = undef,
- $content = undef
+ $content = undef,
) {
if $ensure == 'present' {