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
This commit is contained in:
Matthew Haughton 2014-11-03 12:07:16 -05:00
parent 21f9e31692
commit 2917a35df4

View file

@ -1,6 +1,5 @@
---
:hierarchy:
- operatingsystem/%{::operatingsystem}/%{::operatingsystemmajrelease}
- operatingsystem/%{::operatingsystem}
- osfamily/%{::osfamily}
- common