diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2016-03-17 11:39:03 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2016-03-17 11:39:03 -0300 |
commit | 620ff9ebb4172fac03baf840b0be43f2695c49d6 (patch) | |
tree | 4eddd642b467cf3d35cac485d73db8b41ab7bf76 | |
parent | a4f75252b93805e236a468ccb2de5e29835663b2 (diff) | |
download | puppet-git-620ff9ebb4172fac03baf840b0be43f2695c49d6.tar.gz puppet-git-620ff9ebb4172fac03baf840b0be43f2695c49d6.tar.bz2 |
Syntax fix
-rw-r--r-- | manifests/daemon.pp | 2 |
1 files changed, 1 insertions, 1 deletions
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 |