Coder Social home page Coder Social logo

puppet-facts's Introduction

facts

Table of Contents

  1. Description
  2. Setup requirements
  3. Usage - Configuration options and additional functionality
  4. Reference - An under-the-hood peek at what the module is doing and how
  5. Limitations - OS compatibility, etc.

Description

his module allows you to create Puppet Facts using Puppet code or your ENC.

This can be useful to document your machines or even your Puppet classes. A class could for example create it's own Fact, which when queried by a different class, could determine if the class has been applied to the machine or any other state that might be interesting to report.

Setup Requirements

Works with facter >= 1.7

Usage

In your code, you can use :

class { facts: instances => { server_comment: { value: "Dont reboot me!" } } }

Reference

Class: facts

Manage facts and module Configuration

Parameters (all optional)
  • instances: Hash of containing the facts::instance to realize. Defaults: {}

  • facterpath: Path where files are created. Defaults:

    • Windows: %programdata%\PuppetLabs\facter\facts.d
    • other: /etc/facter/facts.d

Defined Type: facts::instance

Specifies a fact to create on the host

Parameters
  • ensure: Specifies if the fact must be present or not. Defaults: present

  • factname: Specifies the fact's name. Defaults: $name

  • value: Specifies the content of the fact, can be a static value or a script. Defaults: null

Limitations

Tested on Debian, Solaris and Windows 2012 R2. Might work on other platforms by specifying the facterpath

puppet-facts's People

Contributors

bsauvajon avatar

Watchers

 avatar  avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.