diff options
Diffstat (limited to 'modules/dashboard/manifests/init.pp')
-rw-r--r-- | modules/dashboard/manifests/init.pp | 4 |
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, + } } } |