Fix openstackid vhost override

Remove /srv/openstackid/w symlink file override by puppet, and
add deploy dependency on /etc/openstackid/environment.php.

Change-Id: Ib3874f48cad720d667861d90f76c515e014002c2
This commit is contained in:
Marton Kiss 2014-02-26 01:20:55 +01:00
parent 9a92ed84b6
commit 79331c2cd8
1 changed files with 2 additions and 2 deletions

View File

@ -128,8 +128,7 @@ class openstackid (
]
}
$docroot_dirs = [ '/srv/openstackid', '/srv/openstackid/w',
'/srv/openstackid/w/public']
$docroot_dirs = [ '/srv/openstackid' ]
file { $docroot_dirs:
ensure => directory,
@ -211,6 +210,7 @@ class openstackid (
File['/etc/openstackid/recaptcha.php'],
File['/etc/openstackid/database.php'],
File['/etc/openstackid/log.php'],
File['/etc/openstackid/environment.php'],
Package[$php5_packages] ],
}