aboutsummaryrefslogtreecommitdiffstats
path: root/deployment
diff options
context:
space:
mode:
Diffstat (limited to 'deployment')
-rw-r--r--deployment/websites/manifests/perl.pp (renamed from deployment/websites/manifests/pkgcpan.pp)2
1 files changed, 1 insertions, 1 deletions
diff --git a/deployment/websites/manifests/pkgcpan.pp b/deployment/websites/manifests/perl.pp
index 0a6c903a..79965292 100644
--- a/deployment/websites/manifests/pkgcpan.pp
+++ b/deployment/websites/manifests/perl.pp
@@ -1,6 +1,6 @@
class websites::pkgcpan {
include websites::base
- $vhost = "pkgcpan.$::domain"
+ $vhost = "perl.$::domain"
$vhostdir = "$websites::base::webdatadir/$vhost"
$statsdir = "${vhostdir}/stats"
$login = 'pkgcpan'