ripienaar/puppet-module-data

PE 3 (Puppet 3.2.4) Loading Issues

nanliu opened this issue · 2 comments

When testing the module in Puppet Enterprise 3.0.1 (3.2.4) with puppet apply, the module does not appear to load data settings:

Debug: Scope(Class[main]): Calling hiera
Debug: hiera(): Hiera YAML backend starting
Debug: hiera(): Looking up profile::data::rez_server in YAML backend
Debug: hiera(): Looking for data source defaults
Debug: hiera(): Cannot find datafile /var/lib/hiera/defaults.yaml, skipping
Debug: hiera(): Looking for data source underwatch.localdomain
Debug: hiera(): Cannot find datafile /var/lib/hiera/underwatch.localdomain.yaml, skipping
Debug: hiera(): Looking for data source production
Debug: hiera(): Cannot find datafile /var/lib/hiera/production.yaml, skipping
Debug: hiera(): Looking for data source global
Debug: hiera(): Cannot find datafile /var/lib/hiera/global.yaml, skipping
Debug: Scope(Class[main]): Calling hiera_debug
Notice: Scope(Class[main]): bad

Figured out my problem with the data lookup, just not sure why it wasn't able to inject module_data_backend automatically at this point.

Sorry, I wasnt watching the repo so didnt get these mail...will check it out

closing this one #2 has more details