puppet-infra-cookiecutter/README.md

21 lines
635 B
Markdown

# puppet-infra-cookiecutter
Cookiecutter template for a compliant OpenStack-infra puppet-modules
## Installation
Install [cookiecutter](https://cookiecutter.readthedocs.org/) either from source, pip or package if it exists
## Usage
There are two ways to create the boilerplate for the puppet module.
### Locally
1. Clone locally the [puppet-infra-cookiecutter](https://git.openstack.org/cgit/openstack-infra/puppet-infra-cookiecutter) repository.
2. Run `cookiecutter /path/to/cloned/repo`
### Remotely (ie. using a git repo)
1. Run `cookiecutter https://git.openstack.org/openstack-infra/puppet-infra-cookiecutter.git`