]> gitweb.fluxo.info Git - puppet-git.git/commitdiff
Minor fix
authorSilvio Rhatto <rhatto@riseup.net>
Thu, 9 Feb 2017 20:21:25 +0000 (18:21 -0200)
committerSilvio Rhatto <rhatto@riseup.net>
Thu, 9 Feb 2017 20:21:25 +0000 (18:21 -0200)
manifests/daemon.pp

index 41ef0b7a029f135c388dbe0f58dd910012cf7328..28c3eafb46cb565913b0637e7e00d7575e25366b 100644 (file)
@@ -1,7 +1,7 @@
 class git::daemon (
   $implementation = hiera('git::daemon::implementation', 'gitolite'),
   $inetd          = hiera('git::daemon::inetd',          true),
-  $groups         = hiera('git::daemon::groups         [ 'puppet' ]),
+  $groups         = hiera('git::daemon::groups',         [ 'puppet' ]),
 ) {
   # directory for git user and repositories
   file { "/var/git":