From 801376b8eb09877fbe2553ed74770c417bbdebf9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antoine=20Beaupr=C3=A9?= Date: Mon, 7 Jan 2013 16:39:15 -0500 Subject: fix syntax error under 2.6 --- manifests/init.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/init.pp b/manifests/init.pp index 095ea3c..0e9630f 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -7,7 +7,7 @@ class reprepro ( $manage_distributions_conf = true, $manage_incoming_conf = true, $handle_incoming_with_cron = false, - $handle_incoming_with_inotify = false, + $handle_incoming_with_inotify = false ){ package { "reprepro": ensure => 'installed'; -- cgit v1.2.3