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

Stop Puppet 3 from squawking about variable access #11

Merged
merged 1 commit into from Mar 25, 2014

Conversation

hakamadare
Copy link
Contributor

...
Fri Nov 15 19:42:12 +0000 2013 Puppet (warning): Variable access via 'hierarchy' is deprecated. Use '@hierarchy' instead. template[/etc/puppet/modules/hiera/templates/hiera.yaml.erb]:5
   (at /etc/puppet/modules/hiera/templates/hiera.yaml.erb:5:in `result')
Fri Nov 15 19:42:12 +0000 2013 Puppet (warning): Variable access via 'datadir' is deprecated. Use '@datadir' instead. template[/etc/puppet/modules/hiera/templates/hiera.yaml.erb]:8
   (at /etc/puppet/modules/hiera/templates/hiera.yaml.erb:8:in `result')
...

@hakamadare
Copy link
Contributor Author

hi! any particular reason this didn't make it into yesterday's release?

    ...
    Fri Nov 15 19:42:12 +0000 2013 Puppet (warning): Variable access via 'hierarchy' is deprecated. Use '@hierarchy' instead. template[/etc/puppet/modules/hiera/templates/hiera.yaml.erb]:5
       (at /etc/puppet/modules/hiera/templates/hiera.yaml.erb:5:in `result')
    Fri Nov 15 19:42:12 +0000 2013 Puppet (warning): Variable access via 'datadir' is deprecated. Use '@datadir' instead. template[/etc/puppet/modules/hiera/templates/hiera.yaml.erb]:8
       (at /etc/puppet/modules/hiera/templates/hiera.yaml.erb:8:in `result')
    ...
@hunner
Copy link
Member

hunner commented Mar 25, 2014

Closes #13

hunner added a commit that referenced this pull request Mar 25, 2014
Stop Puppet 3 from squawking about variable access
@hunner hunner merged commit 8d05810 into voxpupuli:master Mar 25, 2014
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

Successfully merging this pull request may close these issues.

None yet

2 participants