Aethylred / puppet-puppetdashboard

This Puppet module manages the installation of the Puppet Dashboard web interface.
2 stars 2 forks source link

Fix db_timestamp fact #2

Closed Aethylred closed 9 years ago

Aethylred commented 10 years ago

The db_timestamp (or some fact that uses it) throws the following error/warnigs during puppet agent and apply runs:

Could not retrieve fact='dashboard_db_timestamp', resolution='<anonymous>': undefined method `[]' for nil:NilClass

Something is treating nil as an array.