From 1be510f9529cb082f802408b472a77d074b394c0 Mon Sep 17 00:00:00 2001 From: Nicolas Vigier Date: Sun, 14 Apr 2013 13:46:12 +0000 Subject: Add zarb MLs html archives --- zarb-ml/mageia-sysadm/2010-November/000978.html | 105 ++++++++++++++++++++++++ 1 file changed, 105 insertions(+) create mode 100644 zarb-ml/mageia-sysadm/2010-November/000978.html (limited to 'zarb-ml/mageia-sysadm/2010-November/000978.html') diff --git a/zarb-ml/mageia-sysadm/2010-November/000978.html b/zarb-ml/mageia-sysadm/2010-November/000978.html new file mode 100644 index 000000000..8f81b7c14 --- /dev/null +++ b/zarb-ml/mageia-sysadm/2010-November/000978.html @@ -0,0 +1,105 @@ + + + + [Mageia-sysadm] [480] Fix perms + + + + + + + + + +

[Mageia-sysadm] [480] Fix perms

+ Michael scherer + misc at zarb.org +
+ Fri Nov 26 19:54:27 CET 2010 +

+
+ +
On Fri, Nov 26, 2010 at 04:36:45PM +0100, root at mageia.org wrote:
+> Revision: 480
+> Author:   dmorgan
+> Date:     2010-11-26 16:36:45 +0100 (Fri, 26 Nov 2010)
+> Log Message:
+> -----------
+> Fix perms
+> 
+> Modified Paths:
+> --------------
+>     puppet/modules/bugzilla/manifests/init.pp
+> 
+> Modified: puppet/modules/bugzilla/manifests/init.pp
+> ===================================================================
+> --- puppet/modules/bugzilla/manifests/init.pp	2010-11-26 15:21:37 UTC (rev 479)
+> +++ puppet/modules/bugzilla/manifests/init.pp	2010-11-26 15:36:45 UTC (rev 480)
+> @@ -33,18 +33,17 @@
+>      apache::vhost_other_app { "bugs.$domain":
+>        vhost_file => "bugzilla/vhost_bugs.conf",
+>      }
+> +    subversion::snapshot { $bugzilla_location:
+> +      source => "svn://svn.mageia.org/svn/web/templates/bugzilla/trunk"
+> +    }
+>  
+>      file { "custom":
+>        path => "/usr/share/bugzilla/template/en/custom",
+
+I think you should reuse $bugzilla_location here too.
+
+>        ensure => directory,
+>        owner => root,
+>        group => apache,
+> -      mode => 700,
+> +      mode => 640,
+>        recurse => true,
+>        require => Subversion::Snapshot[$bugzilla_location]
+>      }
+> -
+> -    subversion::snapshot { $bugzilla_location:
+> -      source => "svn://svn.mageia.org/svn/web/templates/bugzilla/trunk"
+> -    }
+>  }
+
+There is also more changes than fixing perms.
+
+-- 
+Michael Scherer
+
+ + + + + +
+

+ +
+More information about the Mageia-sysadm +mailing list
+ -- cgit v1.2.1