t
Copyright (c) 2014, Oracle and/or its affiliates. All rights reserved.

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
hiera 1
NAME
hiera - Lightweight Pluggable Hierarchical Database
SYNOPSIS
hiera [options] key [default value] [variable='text'...]
DESCRIPTION
Lightweight Pluggable Hierarchical Database The default value will be used if no value is found for the key. Scope variables will be interpolated into %{variable} placeholders in the hierarchy and in returned values.
OPTIONS

"-V, --version" Version information

"-d, --debug" Show debugging information

"-a, --array" Return all values as an array

"-h, --hash" Return all values as a hash

"-c, --config "CONFIG Configuration file

"-j, --json "SCOPE JSON format file to load scope from

"-y, --yaml "SCOPE YAML format file to load scope from

"-m, --mcollective "IDENTITY Use facts from a node (via mcollective) as scope

"-i, --inventory_service "IDENTITY Use facts from a node (via Puppet's inventory service) as scope

FILES
/etc/hiera.yaml Configuration File