From fad70192ce9067aa1f987b134c36fbb4845c687a Mon Sep 17 00:00:00 2001 From: Michael Scherer Date: Tue, 28 Feb 2012 16:36:08 +0000 Subject: fix error ( should have been caught by puppet parser validate, but didn't ) --- deployment/websites/manifests/pkgcpan.pp | 6 +++--- 1 file 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, } } -- cgit v1.2.1