Andreas Jaeger 9ab8a7c1c3 Use git.openstack.org everywhere
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
2015-12-30 10:28:16 +01:00

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`