diff --git a/manifests/wsgi/apache.pp b/manifests/wsgi/apache.pp index f479a186..cec438c9 100644 --- a/manifests/wsgi/apache.pp +++ b/manifests/wsgi/apache.pp @@ -356,7 +356,7 @@ define openstacklib::wsgi::apache ( } # End of WSGIImportScript related options - ::apache::vhost { $service_name: + apache::vhost { $service_name: ensure => 'present', servername => $servername, ip => $bind_host,