puppeter

Puppeter - an automatic puppet installer


Keywords
puppet, installation, devops, unattended, unattended-installation
License
Apache-2.0
Install
pip install puppeter==0.1.0.dev0

Documentation

Puppeter - an automatic puppet installer

Work In Progress!

https://travis-ci.org/coi-gov-pl/puppeter.svg?branch=develop https://circleci.com/gh/coi-gov-pl/puppeter.svg?style=svg https://coveralls.io/repos/github/coi-gov-pl/puppeter/badge.svg?branch=feature%2Finstall-puppet-agent

A commandline tool to ease the installation of typical puppetserver - agent installation. It uses a interactive mode and batch mode as well. Batch mode utilizes a answer files for full automatic operation.

Installation

To install Puppeter simple use PIP:

pip install puppeter

If you like to install puppeter on clean operating system with automatic installer execute:

curl https://raw.githubusercontent.com/coi-gov-pl/puppeter/master/setup.sh | bash

It will install PIP and compatibile Python (2.7+)

The installer script is supported for:

  • Debian 8
  • Debian 9
  • Ubuntu 14.04
  • Ubuntu 16.04
  • CentOS 6
  • CentOS 7
  • OracleLinux 6
  • OracleLinux 7

TODO: Write more later