This quick start guide will show you how to:
puppet-module-base
project templateLet’s name our module test_module
using the -n
flag:
If we cd
in to the module root dir, everything will get deployed with the correct layout:
Want to know what configurable parameters are availble for a template and their defaults?
Run pct new --info <TEMPLATE_AUTHOR>/<TEMPLATE_ID>
:
We’re happy with those defaults, so let’s deploy this item.
Since we’re outside the module root dir, we’ll use the -o
option to point at the root dir: