]> gitweb.fluxo.info Git - puppet-reprepro.git/commitdiff
Trying to sort out why reprepro-export-key is not working (2)
authorSilvio Rhatto <rhatto@riseup.net>
Sun, 9 May 2010 14:03:15 +0000 (11:03 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Sun, 9 May 2010 14:03:15 +0000 (11:03 -0300)
manifests/init.pp

index 3dc055fe6a4d6dcf7a78931f6d49ec51cfbfe57e..2c30adcbdfe225d0948490231f2518fec10eb4da 100644 (file)
@@ -42,7 +42,7 @@ class reprepro {
   file {
     "$basedir":
     ensure => directory,
-    mode => 0771, owner => root, group => reprepro;
+    mode => 0771, owner => reprepro, group => reprepro;
 
     "$basedir/conf":
     ensure => directory,