summaryrefslogtreecommitdiff
path: root/manifests/update.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/update.pp
parentbdd6cf421143914cc2c0c63fa543013892fd3bed (diff)
make sure every object ends with either a comma or a semicolon
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 d5fd539..4cb4e5f 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;
}
}