aboutsummaryrefslogtreecommitdiffstats
path: root/modules/mga-mirrors/manifests
diff options
context:
space:
mode:
Diffstat (limited to 'modules/mga-mirrors/manifests')
-rw-r--r--modules/mga-mirrors/manifests/init.pp4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/mga-mirrors/manifests/init.pp b/modules/mga-mirrors/manifests/init.pp
index 128fc7a9..f602a47e 100644
--- a/modules/mga-mirrors/manifests/init.pp
+++ b/modules/mga-mirrors/manifests/init.pp
@@ -15,9 +15,9 @@ class mga-mirrors {
file { "mga-mirrors.ini":
path => "/etc/mga-mirrors.ini",
ensure => "present",
- owner => apache,
+ owner => root,
group => apache,
- mode => 600,
+ mode => 640,
content => template("mga-mirrors/mga-mirrors.ini")
}
}