From fd8b21222b969e779d10cb5d49e2e10f717b8358 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Louis-Philippe=20V=C3=A9ronneau?= Date: Thu, 22 Dec 2016 22:26:43 -0500 Subject: make sure every object ends with either a comma or a semicolon --- manifests/apticron.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'manifests/apticron.pp') 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': -- cgit v1.2.3