Navigation Menu

Skip to content

jfryman/puppet-oxford

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Oxford Puppet Module

James Fryman james@frymanet.com

This module manages Oxford from within Puppet.

Quick Start

Install and bootstrap Oxford Fact Exporter

  • Download Manifest
  • Customize params.pp.example (if necessary)
  • Profit

Requirements

Puppet Labs Standard Library

  class { 'oxford':
    conn_type   => 'ldap',
    ldap_host   => 'ldap.frymanet.test',
    ldap_port   => '389',
    ldap_method => 'plain',
    ldap_user   => 'cn=oxford,ou=Special,dc=frymanet,dc=test',
    ldap_pass   => 'I shouldn never give out passwords!',
   }

About

Puppet module to deploy/manage Oxford

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published