Forge Home

wrappers

Puppet module to wrap some defined resource types that doesn't appear on Puppet's ENC Foreman

13,273 downloads

6,689 latest version

4.3 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

  • 0.11.0 (latest)
  • 0.10.0
  • 0.9.0
  • 0.8.0
  • 0.7.2
  • 0.7.1
  • 0.7.0
  • 0.6.0
  • 0.5.0
  • 0.4.0
  • 0.3.1
  • 0.3.0
  • 0.2.0
  • 0.1.0
released Dec 7th 2016
This version is compatible with:
  • Puppet Enterprise >= 3.2.0 < 5.0.0
  • Puppet >= 2.7.20 < 5.0.0
  • , , , , , , , , ,

Start using this module

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

Add this module to your Puppetfile:

mod 'echoes-wrappers', '0.11.0'
Learn more about managing modules with a Puppetfile

Add this module to your Bolt project:

bolt module add echoes-wrappers
Learn more about using this module with an existing project

Manually install this module globally with Puppet module tool:

puppet module install echoes-wrappers --version 0.11.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
Tags: foreman, enc

Documentation

echoes/wrappers — version 0.11.0 Dec 7th 2016

wrappers

[Flattr Button] (https://flattr.com/submit/auto?user_id=echoes&url=https://forge.puppetlabs.com/echoes/wrappers&title=Puppet%20module%20to%20wrap%20some%20defined%20resource%20types%20that%20doesn't%20appear%20on%20Puppet's%20ENC%20Foreman.&lang=en_GB&category=software "Puppet module to wrap some defined resource types that doesn't appear on Puppet's ENC Foreman")

Table of Contents

  1. Overview
  2. Reference - An under-the-hood peek at what the module is doing and how
  3. Limitations - OS compatibility, etc.
  4. Development - Guide for contributing to the module
  5. Contributors

Overview

Puppet module to wrap some defined resource types that doesn't appear on Puppet's ENC Foreman

Reference

Classes

Public Classes

  • wrappers::exec: Wrapper for ::exec
  • wrappers::file: Wrapper for ::file
  • wrappers::file_line: Wrapper for ::file_line
  • wrappers::package: Wrapper for ::package
Wrappers for torrancew-account
  • wrappers::account: Wrapper for ::account
Wrappers for puppetlabs-accounts
  • wrappers::accounts::user: Wrapper for ::accounts:user
Wrappers for puppetlabs-apache
  • wrappers::apache::listen: Wrapper for ::apache::listen
  • wrappers::apache::vhost: Wrapper for ::apache::vhost
Wrappers for puppetlabs-apt
  • wrappers::apt::source: Wrapper for ::apt::source
  • wrappers::apt::pin: Wrapper for ::apt::pin
Wrappers for puppet-archive
  • wrappers::archive: Wrapper for ::archive
Wrappers for gnubilafrance-backupninja
  • wrappers::backupninja::config: Wrapper for ::backupninja::config
  • wrappers::backupninja::mysql: Wrapper for ::backupninja::mysql
  • wrappers::backupninja::rdiff: Wrapper for ::backupninja::rdiff
Wrappers for puppetlabs-concat
  • wrappers::concat: Wrapper for ::concat
  • wrappers::concat::fragment: Wrapper for ::concat::fragment
Wrappers for elasticsearch-elasticsearch
  • wrappers::elasticsearch::instance: Wrapper for ::elasticsearch::instance
Wrappers for puppetlabs-firewall
  • wrappers::firewall: Wrapper for ::firewall
Wrappers for puppetlabs-haproxy
  • wrappers::haproxy::backend: Wrapper for ::haproxy::backend
  • wrappers::haproxy::frontend: Wrapper for ::haproxy::frontend
Wrappers for echoes-jasig
  • wrappers::jasig::service: Wrapper for ::jasig::service
Wrappers for rtyler-jenkins
  • wrappers::jenkins::cli::exec: Wrapper for ::jenkins::cli::exec
  • wrappers::jenkins::credential: Wrapper for ::jenkins::credential
  • wrappers::jenkins::job: Wrapper for ::jenkins::job
  • wrappers::jenkins::plugin: Wrapper for ::jenkins::plugin
  • wrappers::jenkins::user: Wrapper for ::jenkins::user
Wrappers for puppetlabs-mysql
  • wrappers::mysql::db: Wrapper for ::mysql::db
Wrappers for puppetlabs-postgresql
  • wrappers::postgresql::server::db: Wrapper for ::postgresql::server::db
  • wrappers::postgresql::server::role: Wrapper for ::postgresql::server::role
Wrappers for camptocamp-openssl
  • wrappers::openssl::certificate::x509: Wrapper for ::openssl::certificate::x509
  • wrappers::openssl::export::pkcs12: Wrapper for ::openssl::export::pkcs12
Wrappers for stankevich-python
  • wrappers::python::gunicorn: Wrapper for ::python::gunicorn
  • wrappers::python::pip: Wrapper for ::python::pip
  • wrappers::python::pyvenv: Wrapper for ::python::pyvenv
  • wrappers::python::requirements: Wrapper for ::python::requirements
  • wrappers::python::virtualenv: Wrapper for ::python::virtualenv
Wrappers for johanek-redmine
  • wrappers::redmine::plugin: Wrapper for ::redmine::plugin
Wrappers for razorsedge-snmp
  • wrappers::snmp::snmpv3_user: Wrapper for ::snmp::snmpv3_user
Wrappers for maestrodev-ssh_keygen
  • wrappers::ssh_keygen: Wrapper for ::ssh_keygen
Wrappers for example42-sudo
  • wrappers::sudo::directive: Wrapper for ::sudo::directive
Wrappers for nvpuppet-systemenv
  • wrappers::systemenv::var: Wrapper for ::systemenv::var
Wrappers for puppetlabs-tomcat
  • wrappers::tomcat::instance: Wrapper for ::tomcat::instance
  • wrappers::tomcat::service: Wrapper for ::tomcat::service
  • wrappers::tomcat::war: Wrapper for ::tomcat::war
Wrappers for puppetlabs-vcsrepo
  • wrappers::vcsrepo: Wrapper for ::vcsrepo
Wrappers for maestrodev-wget
  • wrappers::wget::fetch: Wrapper for ::wget::fetch
Wrappers for echoes-nexus-artifact
  • wrappers::nexus_artifact::artifact: Wrapper for ::nexus_artifact::artifact

Limitations

RedHat and Debian family OSes are officially supported. Tested and built on Debian and CentOS.

Development

Echoes Technologies modules on the Puppet Forge are open projects, and community contributions are essential for keeping them great.

Fork this module on GitHub

Contributors

The list of contributors can be found at: https://github.com/echoes-tech/puppet-wrappers/graphs/contributors