Project

pumog

0.0
No commit activity in last 3 years
No release in over 3 years
Generate a basic structure for new puppet modules with or without documentation.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
 Dependencies

Development

~> 3.3
~> 13.0

Runtime

~> 0.19
 Project Readme

Pumog

Stands for PuppetModuleGenerator and can be used to generate a basic structure for new puppet modules with or without documentation.

Gem Version CircleCI

Usage & Examples

Run pumog start and it will generate the following directory structure:

What is the name of the module?
test

What is the name of the author?
Matthias

What is the email adress of the author?
matthias@wikimatze.de

New module will be created in:
/home/wm/test

Author/creator of the new module:
Matthias <matthias@wikimatze.de>

Is this correct? [y|n]:

create  test/files
create  test/templates
create  test/manifests
create  test/manifests/init.pp
create  test/manifests/package.pp

If you pass in the --no-doc option, you will not asked after the author name and the email (leaving the module without documentation).

Commands & Options

Commands:

pumog help [COMMAND]  # Describe available commands or one specific command
pumog start           # creates a new puppet module

Options:

-n, [--nodoc], [--no-nodoc]  # no documentation