diff --git a/manifests/wsgi/apache.pp b/manifests/wsgi/apache.pp index 1296e6ec0..a0a1cdf4d 100644 --- a/manifests/wsgi/apache.pp +++ b/manifests/wsgi/apache.pp @@ -179,7 +179,7 @@ class keystone::wsgi::apache ( $request_headers = undef, $vhost_custom_fragment = undef, $custom_wsgi_process_options = {}, -) inherits keystone::params{ +) inherits keystone::params { include keystone::deps Anchor['keystone::install::end'] -> Class['apache']