diff options
Diffstat (limited to 'deployment/websites/manifests')
-rw-r--r-- | deployment/websites/manifests/static.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/deployment/websites/manifests/static.pp b/deployment/websites/manifests/static.pp index 41b4f332..749f72b0 100644 --- a/deployment/websites/manifests/static.pp +++ b/deployment/websites/manifests/static.pp @@ -2,7 +2,7 @@ class websites::static { include websites::base $vhostdir = "$websites::base::webdatadir/static.$::domain" - apache::vhost_other_app { "static.$::domain": + apache::vhost::other_app { "static.$::domain": vhost_file => 'websites/vhost_static.conf', } |