The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

App::Scaffolder::Command::puppetmodule - Scaffold a Puppet module

VERSION

version 0.004000

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

AUTHOR

Manfred Stock <mstock@cpan.org>

COPYRIGHT AND LICENSE

This software is copyright (c) 2021 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.