Forge Home

dummy

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

13,315 downloads

1,212 latest version

4.7 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 Jul 23rd 2021
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
  • Puppet >= 5.0.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.3.81'
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.3.81

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.3.81 Jul 23rd 2021

FIXME: Ensure the badges are correct and complete, then remove this line!

License CII Best Practices Puppet Forge Puppet Forge Downloads Build Status

Table of Contents

Description

Start with a one- or two-sentence summary of what the module does and/or what problem it solves. This is your 30-second elevator pitch for your module. Consider including OS and Puppet version compatability, and any other information users will need to quickly assess the module's viability within their environment.

You can give more descriptive information in a second paragraph. This paragraph should answer the questions: "What does this module do?" and "Why would I use it?" If your module has a range of functionality (installation, configuration, management, etc.), this is the time to mention it.

This is a 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, submit them to our bug tracker.

FIXME: Ensure the This is a SIMP module section is correct and complete, then remove this line!

This module is optimally designed for use within a larger SIMP ecosystem, but it can be used independently:

  • When included within the SIMP ecosystem, security compliance settings will be managed from the Puppet server.
  • If used independently, all SIMP-managed security subsystems are disabled by default and must be explicitly opted into by administrators. Please review the parameters in simp/simp_options for details.

Setup

What dummy affects

FIXME: Ensure the What dummy affects section is correct and complete, then remove this line!

If it's obvious what your module touches, you can skip this section. For example, folks can probably figure out that your mysql_instance module affects their MySQL instances.

If there's more that they should know about, though, this is the place to mention:

  • A list of files, packages, services, or operations that the module will alter, impact, or execute.
  • Dependencies that your module automatically installs.
  • Warnings or other important notices.

Setup Requirements OPTIONAL

FIXME: Ensure the Setup Requirements section is correct and complete, then remove this line!

If your module requires anything extra before setting up (pluginsync enabled, etc.), mention it here.

If your most recent release breaks compatibility or requires particular steps for upgrading, you might want to include an additional "Upgrading" section here.

Beginning with dummy

FIXME: Ensure the Beginning with dummy section is correct and complete, then remove this line!

The very basic steps needed for a user to get the module up and running. This can include setup steps, if necessary, or it can be an example of the most basic use of the module.

Usage

FIXME: Ensure the Usage section is correct and complete, then remove this line!

This section is where you describe how to customize, configure, and do the fancy stuff with your module here. It's especially helpful if you include usage examples and code samples for doing things with your module.

Reference

FIXME: Ensure the Reference section is correct and complete, then remove this line! If there is pre-generated YARD documentation for this module, ensure the text links to it and remove references to inline documentation.

Please refer to the inline documentation within each source file, or to REFERENCE.md for generated reference material.

Limitations

FIXME: Ensure the Limitations section is correct and complete, then remove this line!

SIMP Puppet modules are generally intended for use on Red Hat Enterprise Linux and compatible distributions, such as CentOS. Please see the metadata.json file for the most up-to-date list of supported operating systems, Puppet versions, and module dependencies.

Development

FIXME: Ensure the Development section is correct and complete, then remove this line!

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[default]

FIXME: Ensure the Acceptance tests section is correct and complete, including any module-specific instructions, and remove this line!

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