system-config/modules/drupal/manifests
Clark Boylan feedc63c33 Fix the setting of the chain file in drupal vhost
We were testing if the chain file contents var was not equal to empty
string ('') before setting the chain file path in the vhost.
Unfortunately this variable was unset so has a value of nil in the erb
file. This meant that the condition matched even though we didn't want
it to and we got a broken vhost file.

Fix this by explicitly setting this var's value to undef by default in
puppet. This results in a nil value erb side which we can test against
more simply.

Change-Id: I8016b7ab20843a6e35002bed1a79867480ddbd08
2014-11-26 12:20:47 -08:00
..
drush.pp Update drush dsd-tool of groups portal 2014-10-28 15:32:43 +01:00
init.pp Fix the setting of the chain file in drupal vhost 2014-11-26 12:20:47 -08:00