* depend on ruby18 and do not let the ruby module handles FLAVORs
* enable regression tests
* fix path to the default hiera database; and create its directory
* install the yaml configuration file for the cli under SYSCONFDIR
* configure hiera.yaml the same way it is done in the hiera tarball
distributed by puppetlabs
* tweak DESCR
* take MAINTAINER
Hiera now works out of the box with Puppet.
ok jasper@
Hiera is a simple pluggable Hierarchical Database. It can be used to
store various information and therefor is a good fit for the
representation of infrastructure information. It can be used to querying
multiple data backends e.g. YAML or Puppet.
ok jeremy@