Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

hiera('key',undef) Incompatible with future parser. #19

Closed
traylenator opened this issue Apr 23, 2015 · 1 comment
Closed

hiera('key',undef) Incompatible with future parser. #19

traylenator opened this issue Apr 23, 2015 · 1 comment

Comments

@traylenator
Copy link
Contributor

With puppet's furture parser enabled this module fails:

Evaluation Error: Error while evaluating a Function Call, Could not find data item cvmfs_timeout in any Hiera data file and no default supplied at /home/travis/build/cvmfs/puppet-cvmfs/spec/fixtures/modules/cvmfs/manifests/params.pp:40:29

These are the following contructs in the params.pp

$cvmfs_timeout          = hiera('cvmfs_timeout',undef)

These are all unnecessary now with hiera data bindings being the preferred way to use hiera.
Probably these should be deprecated.

@traylenator
Copy link
Contributor Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant