aboutsummaryrefslogtreecommitdiffstats
path: root/modules/dashboard
diff options
context:
space:
mode:
authorNicolas Vigier <boklm@mageia.org>2011-06-20 20:47:36 +0000
committerNicolas Vigier <boklm@mageia.org>2011-06-20 20:47:36 +0000
commit7e3b83b8a4bfcdeb2c92f4b954e1fc020bb9b3f4 (patch)
tree01c65606f5975948c87379d40e9b7c8f245c2ed2 /modules/dashboard
parented0016c9e8cf12d86ece32014cbda784ae6e9ca3 (diff)
downloadpuppet-7e3b83b8a4bfcdeb2c92f4b954e1fc020bb9b3f4.tar
puppet-7e3b83b8a4bfcdeb2c92f4b954e1fc020bb9b3f4.tar.gz
puppet-7e3b83b8a4bfcdeb2c92f4b954e1fc020bb9b3f4.tar.bz2
puppet-7e3b83b8a4bfcdeb2c92f4b954e1fc020bb9b3f4.tar.xz
puppet-7e3b83b8a4bfcdeb2c92f4b954e1fc020bb9b3f4.zip
add vhost for dashboard
Diffstat (limited to 'modules/dashboard')
-rw-r--r--modules/dashboard/manifests/init.pp4
1 files changed, 4 insertions, 0 deletions
diff --git a/modules/dashboard/manifests/init.pp b/modules/dashboard/manifests/init.pp
index 491edd56..db62714d 100644
--- a/modules/dashboard/manifests/init.pp
+++ b/modules/dashboard/manifests/init.pp
@@ -45,5 +45,9 @@ class dashboard {
mode => 755,
content => template('dashboard/make_report'),
}
+
+ apache::vhost_base { "dashboard.$domain":
+ location => $dashboard_wwwdir,
+ }
}
}