diff --git a/manifests/wsgi/apache.pp b/manifests/wsgi/apache.pp index 703104d90..bc91502ea 100644 --- a/manifests/wsgi/apache.pp +++ b/manifests/wsgi/apache.pp @@ -261,6 +261,7 @@ class keystone::wsgi::apache ( ensure => directory, owner => 'keystone', group => 'keystone', + mode => '0755', require => Anchor['keystone::install::end'], }