From 620ff9ebb4172fac03baf840b0be43f2695c49d6 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Thu, 17 Mar 2016 11:39:03 -0300 Subject: Syntax fix --- manifests/daemon.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/daemon.pp b/manifests/daemon.pp index 057f778..c69e48f 100644 --- a/manifests/daemon.pp +++ b/manifests/daemon.pp @@ -1,5 +1,5 @@ class git::daemon ( - $implementation = hiera('git::daemon::implementation', 'gitolite') + $implementation = hiera('git::daemon::implementation', 'gitolite'), $inetd = hiera('git::daemon::inetd', true) ) { # directory for git user and repositories -- cgit v1.2.3