s
overwritten by the first, regardless of which comes first.
This seems like a bug to me. Is this a known thing or should I try to
reproduce on a smaller scale?
On Feb 22, 2010, at 3:53 PM, Brady Catherman wrote:
I have a define that sets a bunch of default values:
define virtualhost($vhos
I have a define that sets a bunch of default values:
define virtualhost($vhostname, $vhost_template, ... , $ssl_enabled
= false) {
if $ssl_enabled == true {
$extension = '-ssl'
} else {
$extension = ''
}
file {
"/etc/httpd/sites-available/${vhostname}${exte
Every time I load reports into puppet-dashboard I get tons of
nil:NilClass errors on every page. Here is an example stack trace. Has
anybody encountered this before? (puppet 0.25.1 with puppet-dashboard
checked out today).
undefined method `with_indifferent_access' for nil:NilClass
Extracte