RETIRED, Cookiecutter template for compliant OpenStack-infra puppet-modules
Go to file
Colleen Murphy 4465a5ebaf Depend on helper gem for spec_helper_acceptance
Instead of keeping a local copy of spec_helper_acceptance.rb and
requiring updates to all modules for any change, we can move it into the
common helper gem and require it from there. This will make it easier to
create and review changes that affect all puppet modules. Also change
the Gemfile to look for the gem in the local workspace if running in a
zuul environment.

Change-Id: I9b7818cd5d5ad4bdb437d555c8070c1588506e2a
2017-08-23 00:02:48 +02:00
puppet-{{cookiecutter.project_name}} Depend on helper gem for spec_helper_acceptance 2017-08-23 00:02:48 +02: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