
Do not use a the git repository group as URL for OpenStack Infra, instead use the http://docs.openstack.org/infra/system-config/ which is also used in governance repository as URL for Infra. Change-Id: Ie9a30c73f297ae106ae8ebc3a6f494cf84012aed
puppet-infra-cookiecutter
Cookiecutter template for a compliant OpenStack-infra puppet-modules
Installation
Install cookiecutter either from source, pip or package if it exists
Usage
There are two ways to create the boilerplate for the puppet module.
Locally
- Clone locally the puppet-infra-cookiecutter repository.
- Run
cookiecutter /path/to/cloned/repo
Remotely (ie. using a git repo)
- Run
cookiecutter https://git.openstack.org/openstack-infra/puppet-infra-cookiecutter.git
Description