Metadata-Version: 2.0
Name: puppeter
Version: 0.8.2
Summary: Puppeter - an automatic puppet installer
Home-page: https://github.com/coi-gov-pl/puppeter
Author: Center for Information Technology
Author-email: opensource@coi.gov.pl
License: Apache-2.0
Keywords: puppet installation devops unattended
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: Environment :: Console
Classifier: Environment :: Console :: Curses
Classifier: Operating System :: POSIX :: Linux
Classifier: Topic :: System :: Installation/Setup
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Requires-Dist: distro
Requires-Dist: enum34
Requires-Dist: ruamel.yaml (<0.15)
Requires-Dist: six
Requires-Dist: typing
Provides-Extra: dev
Requires-Dist: check-manifest; extra == 'dev'
Requires-Dist: setuptools (>=18.5); extra == 'dev'
Provides-Extra: test
Requires-Dist: colorama; extra == 'test'
Requires-Dist: paramiko; extra == 'test'
Requires-Dist: pytest; extra == 'test'
Requires-Dist: pytest-cov; extra == 'test'
Requires-Dist: python-coveralls; extra == 'test'

Puppeter - an automatic puppet installer
========================================

**Work In Progress!**

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


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:

.. code-block:: bash

  pip install puppeter

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

.. code-block:: bash

  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**


