aboutsummaryrefslogtreecommitdiffstats
path: root/deployment/websites/manifests/pkgcpan.pp
diff options
context:
space:
mode:
Diffstat (limited to 'deployment/websites/manifests/pkgcpan.pp')
-rw-r--r--deployment/websites/manifests/pkgcpan.pp6
1 files changed, 6 insertions, 0 deletions
diff --git a/deployment/websites/manifests/pkgcpan.pp b/deployment/websites/manifests/pkgcpan.pp
index 5edab395..bcf8e54d 100644
--- a/deployment/websites/manifests/pkgcpan.pp
+++ b/deployment/websites/manifests/pkgcpan.pp
@@ -29,4 +29,10 @@ class websites::pkgcpan {
command => "pkgcpan -q -f $vhostdir/cpan_Mageia.db -d Mageia",
user => $pkgcpan_login,
}
+
+ file { $vhostdir/cpan_Mageia.db:
+ owner => $pkgcpan_login,
+ group => $pkgcpan_login,
+ }
+
}