diff --git a/manifests/wsgi/apache.pp b/manifests/wsgi/apache.pp index 1a809894d..1f58d18f0 100644 --- a/manifests/wsgi/apache.pp +++ b/manifests/wsgi/apache.pp @@ -157,5 +157,6 @@ class neutron::wsgi::apache ( access_log_file => $access_log_file, access_log_format => $access_log_format, error_log_file => $error_log_file, + require => Anchor['neutron::install::end'], } }