Forge Home

pupistry

Companion Puppet module for the Pupistry tool

17,428 downloads

16,378 latest version

2.1 quality score

We run a couple of automated
scans to help you access a
module's quality. Each module is
given a score based on how well
the author has formatted their
code and documentation and
modules are also checked for
malware using VirusTotal.

Please note, the information below
is for guidance only and neither of
these methods should be considered
an endorsement by Puppet.

Version information

  • 1.1.0 (latest)
  • 1.0.0
  • 0.0.1
released Jun 7th 2015

Start using this module

  • r10k or Code Manager
  • Bolt
  • Manual installation
  • Direct download

Add this module to your Puppetfile:

mod 'jethrocarr-pupistry', '1.1.0'
Learn more about managing modules with a Puppetfile

Add this module to your Bolt project:

bolt module add jethrocarr-pupistry
Learn more about using this module with an existing project

Manually install this module globally with Puppet module tool:

puppet module install jethrocarr-pupistry --version 1.1.0

Direct download is not typically how you would use a Puppet module to manage your infrastructure, but you may want to download the module in order to inspect the code.

Download

Documentation

jethrocarr/pupistry — version 1.1.0 Jun 7th 2015

Puppet Module for Pupistry

This is a companion module for Pupistry deployments. If you are using Pupistry, it is recommended you add this module to all your nodes to make Puppet work smoothly in masterful mode.

Please see https://github.com/jethrocarr/pupistry for more details.

What it does

Whilst Pupistry does most of the heavy lifting we need, this module helps out by adding functionality lost when in masterlesss mode (like pluginsync) and sets up Pupistry daemon for background application of new Puppet config.

It isn't mandatory, you can use Pupistry without it if you take steps to add the bits you need/want to your own manifests.

Configuration

This module sets Pupistry up with various sensible defaults including installation of the daemon and ensuring latest version installed via Rubygems.

If you wish to change any behaviors, just review the configuration in manifests/params.pp and create an override entry in Hiera - no need to have to fork the module.

Example of override in Hiera to disable daemon:

pupistry::install_daemon: false

Overrides that should impact all systems can go into common.yaml, otherwise just selectively put the override into the most appropiate YAML file for your layout.

Requirements

This module requires the following modules, make sure they are also included in your Puppetfile or other module dependency handling tool.

  • puppetlabs/stdlib (general functions)
  • jethrocarr/initfact (to handle init system detection)

License

Pupistry is licensed under the Apache License, Version 2.0 (the "License"). See the LICENSE.txt or http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.