summaryrefslogtreecommitdiff
path: root/manifests/apticron.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/apticron.pp
parentbdd6cf421143914cc2c0c63fa543013892fd3bed (diff)
make sure every object ends with either a comma or a semicolon
Diffstat (limited to 'manifests/apticron.pp')
-rw-r--r--manifests/apticron.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/apticron.pp b/manifests/apticron.pp
index a8a24be..7dbbfb6 100644
--- a/manifests/apticron.pp
+++ b/manifests/apticron.pp
@@ -13,7 +13,7 @@ class apt::apticron (
) {
package { 'apticron':
- ensure => $ensure_version
+ ensure => $ensure_version;
}
file { '/etc/apticron/apticron.conf':