RETIRED, Cookiecutter template for compliant OpenStack-infra puppet-modules
Go to file
Jeremy Stanley 56bf7c379c Dissuade .gitignore references to personal tools
Developers run all sorts of different tools within Git repositories,
any of which can leave their own special trashfiles all over the
place. We can't every hope to catalog them all, so better to
recommend developers simply configure a global core.excludesfile to
filter the irrelevant files which tend to get created by their
personal choice of tools. Add a comment block explaining this, for
clarity.

We can, and should of course, continue to list files created by the
tools recommended by our workflow (test frameworks, documentation
and packaging builds, et cetera).

This change is a port of Ib58a57267b064e4142686de6c37a70dbff04b9a7
from the openstack-dev/cookiecutter repository.

Change-Id: Ia1da64c08247ea7f8a8b4b3677fe65ae45455c3b
2018-10-05 18:18:02 +00:00
puppet-{{cookiecutter.project_name}} Dissuade .gitignore references to personal tools 2018-10-05 18:18:02 +00:00
.gitreview Added .gitreview 2015-08-13 16:33:10 +00:00
LICENSE Add initial version for puppet-infra-cookiecutter 2015-08-26 09:50:42 +02:00
README.md Use git.openstack.org everywhere 2015-12-30 10:28:16 +01:00
cookiecutter.json Update cookiecutter metadata suggested year 2016-07-18 20:40:10 +00:00

README.md

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

  1. Clone locally the 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