summaryrefslogtreecommitdiff
path: root/manifests/update.pp
diff options
context:
space:
mode:
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,
}
}