a2bc03e7ea
* 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@
18 lines
375 B
YAML
18 lines
375 B
YAML
# $OpenBSD: hiera.yaml,v 1.2 2013/03/02 13:59:20 ajacoutot Exp $
|
|
|
|
---
|
|
:backends:
|
|
- yaml
|
|
:hierarchy:
|
|
- defaults
|
|
- %{clientcert}
|
|
- %{environment}
|
|
- global
|
|
|
|
:yaml:
|
|
# datadir is empty here, so hiera uses its defaults:
|
|
# - /var/db/hiera on *nix
|
|
# - %CommonAppData%\PuppetLabs\hiera\var on Windows
|
|
# When specifying a datadir, make sure the directory exists.
|
|
:datadir:
|