puppet-drupal/templates
Colleen Murphy 5870b57528 Fix template variable
Since the chain file contents parameter defaults to undef, on puppet 3
the ERB template evaluates that to the symbol :undef which is not
falsey, so if it is left unset it creates an invalid apache config
pointing to /etc/apache2/undef. To be safe, explicitly check for any
emptyish values. This is only an issue for tests on puppet 3, on puppet
4 undef is correctly evaluated as nil.

Change-Id: I380d69f3928e342562c3c63e35a07555163733e8
2018-07-23 11:58:39 -07:00
..
aliases.drushrc.php.erb Fix $site_root and $site_docroot parameters 2015-10-19 08:45:22 -07:00
drupal.vhost.erb Fix template variable 2018-07-23 11:58:39 -07:00
settings.php.erb Decouple configuration variables from settings.php 2015-02-04 21:33:47 +01:00