Giter Club home page Giter Club logo

control-repo's Introduction

Puppet

Puppet Labs

Objective:

Puppet is the most powerful configuration management tool in the solar system. bolt mark. Bolt. Spend less time on manual tasks with our task orchestrator.

Documentation:

Documentation for Puppet and related projects can be found online at the Puppet Docs site.

Contributing:

Read more here

Puppet Modules:

Forge.

.
├── CONTRIBUTING.md   # How to Contribute 
├── data              # Store the configuration data in key-value pairs
├── environment.conf  # Any environment can contain an environment.conf file.
├── Gemfile
├── hiera.yaml        # Hiera uses layers of data with a hiera.yaml for each layer.
├── manifests         # Grouping and classifying nodes
├── modules           # Normal modules that manage one particular technology, for example puppetlabs/apache.
├── Puppetfile        # The Puppetfile specifies the modules and data that you want in each environment.
├── Readme.md         # Project Markdown
└── site
    ├── profile       # Wrapper classes that use multiple component modules to configure a layered technology stack.
    └── role          # Wrapper classes that use multiple profiles to build a complete system configuration.

Local Development:

Prerequisites

Name Source Version
vagrant hashicorp >= 2.2.18
virtualbox oracle >= 6.0

Start Environment

vagrant up

Validate the Virtual Machines

$ vagrant status

Current machine states:

puppetserver              running (virtualbox)
centos7                   running (virtualbox)

Connect on puppet agent to test

$ vagrant ssh centos7
$ sudo -i
# puppet agent -t 

control-repo's People

Contributors

diegoluisi avatar

Stargazers

 avatar Leandro Moro avatar

Watchers

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