dalen / puppet-ohai_facts_terminus

A Ohai facts terminus for Puppet

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ohai facts terminus for Puppet

Use it by specifying facts_terminus=ohai either on the command line or in puppet.conf

Example:

$ puppet apply -e 'notice($counters[network][interfaces][eth0][rx][bytes])' --facts_terminus=ohai
Notice: Scope(Class[main]): 726440576

Using this probably breaks compatibility with most third party modules.

About

A Ohai facts terminus for Puppet


Languages

Language:Ruby 87.6%Language:Puppet 12.4%