summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntoine Beaupré <anarcat@koumbit.org>2013-01-07 16:39:15 -0500
committerAntoine Beaupré <anarcat@koumbit.org>2013-01-07 16:39:15 -0500
commit801376b8eb09877fbe2553ed74770c417bbdebf9 (patch)
tree49bc096558099f5ef5694afdb5d753cdb513563d
parentbce5cfbcd446477eb56f365035e86ecacdac6c6c (diff)
fix syntax error under 2.6
-rw-r--r--manifests/init.pp2
1 files changed, 1 insertions, 1 deletions
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';