aboutsummaryrefslogtreecommitdiffstats
path: root/deployment/websites/manifests
diff options
context:
space:
mode:
Diffstat (limited to 'deployment/websites/manifests')
-rw-r--r--deployment/websites/manifests/pkgcpan.pp6
1 files changed, 3 insertions, 3 deletions
diff --git a/deployment/websites/manifests/pkgcpan.pp b/deployment/websites/manifests/pkgcpan.pp
index bcf8e54d..2fbe3a0d 100644
--- a/deployment/websites/manifests/pkgcpan.pp
+++ b/deployment/websites/manifests/pkgcpan.pp
@@ -30,9 +30,9 @@ class websites::pkgcpan {
user => $pkgcpan_login,
}
- file { $vhostdir/cpan_Mageia.db:
- owner => $pkgcpan_login,
- group => $pkgcpan_login,
+ file { "$vhostdir/cpan_Mageia.db":
+ owner => $pkgcpan_login,
+ group => $pkgcpan_login,
}
}