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/update.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'manifests/update.pp') 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; } } -- cgit v1.2.3