GithubHelp home page GithubHelp logo

brendanhill / puppet-salt Goto Github PK

View Code? Open in Web Editor NEW

This project forked from aboe76/puppet-salt

0.0 1.0 0.0 92 KB

Puppet module to install salt server/client

License: Other

Ruby 5.79% Puppet 35.22% HTML 58.97% Pascal 0.01%

puppet-salt's Introduction

#puppet-salt

Build Status

####Table of Contents

  1. Overview
  2. Module Description - What the module does and why it is useful
  3. Setup - The basics of getting started with salt
  4. Usage - Configuration options and additional functionality
  5. Reference - An under-the-hood peek at what the module is doing and how
  6. Limitations - OS compatibility, etc.

salt Puppet Module

Manage salt client and server via Puppet.

##Module Description

This module can be used to install a single salt master/minion or both on one machine.

##Setup

###What salt affects

  • salt master/minion package.
  • salt master/minion configuration files.
  • salt master/minion service.

###Beginning with salt

Just add manifest:

include salt

Or if you want to change params you need to include the underlying modules:

class { 'salt::minion': minion_package_name => 'salt-minion-git', }
class { 'salt::master': master_package_name => 'salt-master-git', }

##Usage

All interaction with the salt module can be done through the main salt class.

###I just want salt, what's the minimum I need?

include '::salt'

###I just want a salt minion?

include '::salt::minion'

###I just want a salt master?

this will install a salt master and a minion for itself.

include '::salt'

##Reference

###Classes

  • salt: Main class, includes all the rest.
  • salt::minion: Handles the minion.
  • salt::master: Handles the master
  • salt::params: all parameters needed for the rest.

###Parameters salt::minion

Here are just a few parameters that are available in the salt::minion module The rest you can look up in salt::params

####minion_config

This sets the file to write minion configuration into.

####minion_package_name

This determines the name of the package to install.

####minion_service_name

This selects the name of the salt minion service for puppet to manage.

###Parameters salt::master

Here are just a few parameters that are available in the salt::master module The rest you can look up in salt::params

####master_service_name

This selects the name of the salt minion service for puppet to manage.

####master_package_name

This determines the name of the package to install.

####master_config

This sets the file to write salt master configuration into.

##Limitations

This module has been built on and tested against Puppet 3.2.3 and higher.

puppet-salt's People

Contributors

aboe76 avatar juasiepo avatar rschemm-godaddy avatar stelminator avatar lewispeckover avatar

Watchers

Brendan Hill 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.