module-nginx/data/hiera.yaml
Matthew Haughton 2917a35df4 hieradata: remove operatingsystemmajrelease
Remove operatingsystemmajrelease from hieradata's hierarchy as it doesn't have a value
set on Ubuntu on anything lower than Facter 2.2. This means Ubuntu installations that
aren't running the most up to date Facter version would have compilation failures.

Fixes #497
2014-11-03 12:07:16 -05:00

5 lines
89 B
YAML

---
:hierarchy:
- operatingsystem/%{::operatingsystem}
- osfamily/%{::osfamily}
- common