Skip to content

simple module to install puppet-whats and config

Notifications You must be signed in to change notification settings

sjoeboo/puppet-whats

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

whats

Table of Contents

  1. Description
  2. Setup - The basics of getting started with whats
  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.
  6. Development - Guide for contributing to the module

Description

Installs puppet-whats gem and templates a whats.yaml config file for you.

Setup

Beginning with whats

puppet module install sjoeboo-whats

Usage

include whats or

class {'whats':
    search_domains => ['my.domain','my.other.domain'],
}

Parameters

version specify the version of whats to deploy Default: latest provider specify the provider to use to install whats Default: gem config_path specify the config path to use to place the config Default: /etc/whats.yaml puppetdb_server specify the puppet db server to connect to. Default: puppetdb puppetdb_port specify the port to connec to puppetdb on. Default: 8080 search_domains specify the list of domains to search for nodes in Default(Array): ['local']

About

simple module to install puppet-whats and config

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published