Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hashicorp/puppet-bootstrap
A collection of single-file scripts to bootstrap your machines with Puppet.
https://github.com/hashicorp/puppet-bootstrap
Last synced: 1 day ago
JSON representation
A collection of single-file scripts to bootstrap your machines with Puppet.
- Host: GitHub
- URL: https://github.com/hashicorp/puppet-bootstrap
- Owner: hashicorp
- License: mpl-2.0
- Created: 2012-12-03T22:44:22.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2023-02-01T17:00:17.000Z (almost 2 years ago)
- Last Synced: 2025-01-10T22:13:47.966Z (8 days ago)
- Language: Shell
- Size: 57.6 KB
- Stars: 442
- Watchers: 306
- Forks: 186
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-starts - hashicorp/puppet-bootstrap - A collection of single-file scripts to bootstrap your machines with Puppet. (others)
README
# Puppet Bootstrap Scripts
This repository contains a multitude of single file scripts for setting
up [Puppet](http://puppetlabs.com/puppet/what-is-puppet/) on a variety
of machines.Puppet is fantastic for managing infrastructure but there is a chicken/egg problem
of getting Puppet initially installed on a machine so that Puppet can then
take over for the remainder of system setup. This repository contains small scripts
to bootstrap your system just enough so that Puppet can then take over.**Please contribute by forking and sending a pull request for your
operating system.**The goal of this repository is to create a set of scripts that run
on every version of every platform to set up Puppet.## Features of Each Script
* Requires no parameters and runs without any human input, but can
optionally take parameters to tune the packages the install and such. See
each script for details on the parameters.
* Uses only _built-in_ software to install Puppet. These scripts
have no external dependencies over the base install of their OS.
* Installs Puppet agent and Facter.
* Does _not_ auto-start the Puppet agent service on the machine. Your
bootstrap can choose to do this in addition to these scripts, if you'd
like.## Using a Script
To use one of the scripts in this repository, you can either download the
script directly from this repository as part of your machine setup process,
or copy the contents of the script you need to your own location and use that.
The latter is recommended since it then doesn't rely on GitHub uptime and
is generally more secure.If you do choose to download directly from this repository, make sure
you link to a _specific commit_ (and not `master`), so that the file
contents don't change on you unexpectedly.## Contributing
Fork and pull request. Simple.