Skip to content

Instantly share code, notes, and snippets.

@lukeab
Last active July 8, 2016 16:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lukeab/b7a58e7598e226e0ba17dcf32970726f to your computer and use it in GitHub Desktop.
Save lukeab/b7a58e7598e226e0ba17dcf32970726f to your computer and use it in GitHub Desktop.
php56 ius hiera data lookup issue
-- common.yaml file --
phpoptions:
addepel: true
phpscl: false
phppkgprefix: php
phpversion: 56u
-- phpfpm_profile.pp file --
$phpoptions = hiera_hash('phpoptions')
## ^^ gives error Error: Could not find data item phpoptions in any Hiera data file and no default supplied at ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment