
This can cause issues with release automation when the repo is tagged since the host will not match what is expected for the ssh key. Change-Id: Ifdbabe55c695e4237be93a2a0bf99d8e2086f8ae Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com>
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