silug / basic-aio

Bootstrap a basic Puppet environment using AIO packages

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

basic-aio

Bootstrap a basic Puppet environment using AIO packages

The production branch of this repo contains a Vagrantfile that will build a Puppet server using the Puppet all-in-one packages with the following configured out of the box:

Prerequisites

In order to use this project, you'll need Vagrant and Bolt installed.

Configuring basic-aio

The following environment variables are used to configure the Vagrant environment:

Environment variable Default value Description
IP_SUBNET 192.168.32 The internal IP subnet used by Vagrant
PUPPET_VERSION none (use the latest) The Puppet agent version
PUPPET_RELEASE 6 The Puppet major release version
EL_RELEASE 7 The EL release of the base box
BOX centos/${EL_RELEASE} The base box name

See also

To get started with just an agent, take a look at sandbox. For a simple control repo example, see minimal-control.

About

Bootstrap a basic Puppet environment using AIO packages

License:Apache License 2.0


Languages

Language:Ruby 81.8%Language:Puppet 16.8%Language:Dockerfile 1.4%