From: Silvio Rhatto Date: Thu, 17 Mar 2016 14:39:03 +0000 (-0300) Subject: Syntax fix X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=620ff9ebb4172fac03baf840b0be43f2695c49d6;p=puppet-git.git Syntax fix --- 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