summaryrefslogtreecommitdiff
path: root/manifests/update.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/update.pp
parentf8ac878c19bb98db4d95f7cbb988999c33fe8e53 (diff)
more ; to ,
Diffstat (limited to 'manifests/update.pp')
-rw-r--r--manifests/update.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/update.pp b/manifests/update.pp
index 4cb4e5f..72cedc2 100644
--- a/manifests/update.pp
+++ b/manifests/update.pp
@@ -1,6 +1,6 @@
class apt::update inherits ::apt {
Exec['update_apt'] {
- refreshonly => false;
+ refreshonly => false,
}
}