Giter Club home page Giter Club logo

puppetforge's Introduction

puppetforge

This script will install puppet forge modules which are specified in puppetforge.modules

Requirements :

Puuppet should be exist on system before running this script

Refer https://cwiki.apache.org/confluence/display/STRATOS/4.0.0+Configuring+Puppet+Master to install puppet master on your system

Usage :

At this point, you should have puppet master installed and running on your system.

  1. Get root access

    sudo -i

  2. Install Git

    apt-get install -y git

  3. Clone puppetforge script

    git clone https://github.com/R-Rajkumar/puppetforge.git

  4. Go into cloned puppetforge directory

    cd /dir/to/puppetforge/

  5. Specify the puppetforge modules you want to install in puppetforge.modules file

  6. run puppetforge.sh

    ./puppetforge.sh -v|-h|--help

Options :

h|help => for help

v => to enable verbose mode

Usage of puppetforge.modules

This is the file to specify puppetforge modules you want to install on your puppet master in puppetforge.modules file. Don't worry about the dependent modules, puppt module tool will find and download them automatically.

Example 1 :

puppetlabs-apache

Caution : It will download latest puppetlabs-apache module and all dependent modules to /etc/puppet/modules

Example 2 :

puppetlabs-apache, 1.1.1

Caution : It will download puppetlabs-apache 1.1.1 module and all dependent modules (might be older ones) to /etc/puppet/modules

Recommended way

Don't specify any version unless required. You will be guranteed to have latest modules. Please note that these versions are not actual software versions. These are puppet module's version. Hence, it is always better to install latest puppet module.

puppetforge's People

Contributors

raj-rajaratnam avatar

Watchers

James Cloos 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.