]> git.donarmstrong.com Git - dsa-puppet.git/commitdiff
fix syntax
authorMartin Zobel-Helas <zobel@debian.org>
Thu, 16 Feb 2012 16:39:19 +0000 (17:39 +0100)
committerMartin Zobel-Helas <zobel@debian.org>
Thu, 16 Feb 2012 16:39:19 +0000 (17:39 +0100)
modules/dacs/manifests/init.pp

index e8abf313a158b03ecf835a93e4eaf1b34cf9cdc4..44b39384d6e510f34847ab128934ffddb479ecde 100644 (file)
@@ -74,7 +74,7 @@ class dacs {
                           "puppet:///modules/dacs/common/acl-noauth.0" ],
              mode    => 640,
              owner   => root,
-             group   => www-data
+             group   => www-data,
              notify  => Exec["dacsacl"]
              ;
 
@@ -83,7 +83,7 @@ class dacs {
                           "puppet:///modules/dacs/common/acl-private.0" ],
              mode    => 640,
              owner   => root,
-             group   => www-data
+             group   => www-data,
              notify  => Exec["dacsacl"]
              ;