
Our official git master is at git.openstack.org, update places that use github instead. Remove contributors link, it's not available on git.openstack.org. Fix capitalization of OpenStack. Change-Id: Ia3dc1065292bfe00976bd2d527d44f28789cda6b
21 lines
635 B
Markdown
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`
|