NAME
App::Scaffolder::Command::puppetmodule - Scaffold a Puppet module
VERSION
version 0.002000
SYNOPSIS
# Create scaffold to install the 'vim' package:
$ scaffolder puppetmodule --template package --name vim
# Create scaffold to install the 'apache2' package and setup the corresponding service:
$ scaffolder puppetmodule --template service --name apache2
DESCRIPTION
App::Scaffolder::Command::puppetmodule scaffolds Puppet modules. By default, it provides the following templates:
package
: Create Puppet module to install a package.service
: Create Puppet module to setup a service.
SEE ALSO
https://docs.puppetlabs.com/puppet/latest/reference/modules_fundamentals.html - Module Fundamentals
AUTHOR
Manfred Stock <mstock@cpan.org>
COPYRIGHT AND LICENSE
This software is copyright (c) 2015 by Manfred Stock.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.