Forge Home

dummy

A dummy module used to test SIMP CI, RELENG, and the puppet module skeleton

13,752 downloads

1,224 latest version

5.0 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.3.81 (latest)
  • 0.3.79
  • 0.3.78
  • 0.3.77
  • 0.3.74
  • 0.3.73
  • 0.3.72
  • 0.3.51
  • 0.3.50
  • 0.3.49
  • 0.3.48
  • 0.3.47
  • 0.3.46
  • 0.3.45
  • 0.3.44
  • 0.3.43
  • 0.3.40
  • 0.3.39
  • 0.3.24
  • 0.3.21
  • 0.3.14
  • 0.3.13
  • 0.3.9
  • 0.3.8
  • 0.3.7
  • 0.3.5
  • 0.3.4
  • 0.3.1
  • 0.2.46
  • 0.2.45
  • 0.2.44
  • 0.2.43
  • 0.2.42
  • 0.2.41
  • 0.2.40
  • 0.2.39
  • 0.2.38
  • 0.2.37
  • 0.2.36
  • 0.2.35
  • 0.2.34
  • 0.2.33
  • 0.2.32
  • 0.2.31
  • 0.2.30
  • 0.2.29
  • 0.2.28
  • 0.2.27
  • 0.2.26
  • 0.2.25
  • 0.2.24
  • 0.2.23
  • 0.2.22
  • 0.2.21
  • 0.2.20
  • 0.2.19
  • 0.2.17
  • 0.2.15
  • 0.2.8
  • 0.2.7
  • 0.2.6
  • 0.2.5
  • 0.2.4
  • 0.2.3
  • 0.2.2
  • 0.2.1
  • 0.2.0
released Aug 30th 2019
This version is compatible with:
  • Puppet Enterprise 2019.8.x, 2019.7.x, 2019.5.x, 2019.4.x, 2019.3.x, 2019.2.x, 2019.1.x, 2019.0.x, 2018.1.x, 2017.3.x, 2017.2.x, 2017.1.x, 2016.5.x, 2016.4.x
  • Puppet >= 4.6.0 < 7.0.0
  • , ,

Start using this module

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

Add this module to your Puppetfile:

mod 'simp-dummy', '0.2.0'
Learn more about managing modules with a Puppetfile

Add this module to your Bolt project:

bolt module add simp-dummy
Learn more about using this module with an existing project

Manually install this module globally with Puppet module tool:

puppet module install simp-dummy --version 0.2.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: dummy, simp

Documentation

simp/dummy — version 0.2.0 Aug 30th 2019

License CII Best Practices Puppet Forge Puppet Forge Downloads Build Status

Table of Contents

Description

This a dummy module to test that SIMP org's CI, GitHub and Puppet Forge RELENG pipelines, and puppet module skeleton. It doesn't manage anything important, and isn't meant to be used in production environments (although it shouldn't be harmful, either).

This is a (dummy) SIMP module

This module is a component of the System Integrity Management Platform, a compliance-management framework built on Puppet.

If you find any issues, they may be submitted to our bug tracker.

Setup

What dummy affects

By design, the dummy module doesn't manage anything important.

Beginning with dummy

include dummy

Usage

By design, the dummy module doesn't manage anything important.

Reference

By design, the dummy module doesn't manage anything important.

Limitations

By design, the dummy module doesn't manage anything important.

Development

Please read our Contribution Guide.

Acceptance tests

This module includes Beaker acceptance tests using the SIMP Beaker Helpers. By default the tests use Vagrant with VirtualBox as a back-end; Vagrant and VirtualBox must both be installed to run these tests without modification. To execute the tests run the following:

bundle install
bundle exec rake beaker:suites

Please refer to the SIMP Beaker Helpers documentation for more information.