How to Install hiera in Ubuntu 18.04



Install hiera by entering the following commands in the terminal:

sudo apt update
sudo apt install hiera

Description:

Light weight hierarchical data store

ruby-hiera is a simple pluggable hierarchical database. It can be used to store various information and therefore is a good fit for the representation of infrastructure information. It can be used to query multiple data backends e.g. YAML or Puppet.

Homepage: https://github.com/puppetlabs/hiera/

Version: 3.2.0-2

Section: universe/ruby