Puppet module to manage reviewday
Go to file
Colleen Murphy 790bf6a783 Don't create reviewday subdirectory
Perhaps because of the new resource ordering algorithm, on puppet 4 the
/var/lib/reviewday/reviewday file resource blocks the
/var/lib/reviewday/reviewday vcsrepo resource and results in failures
like:

 Error: /Stage[main]/Main/Reviewday::Site[reviewday]/Vcsrepo[/var/lib/reviewday/reviewday]/ensure: change from absent to latest failed: Could not create repository (non-repository at path)

On both puppet 3 and puppet 4 the vcsrepo resource will create the
directory on its own, and it can also manage the directory's owner and
group itself, so there is no need for it to be managed independently.

Change-Id: Ic64d39a9f257d623ca13e9d38708eaa1e32e8c18
2018-07-19 20:12:25 +02:00
manifests Don't create reviewday subdirectory 2018-07-19 20:12:25 +02:00
spec/acceptance Add beaker tests 2018-07-12 11:34:11 +02:00
templates Fix template variables 2015-08-13 17:55:52 -07:00
.gitignore Add Gemfile and puppet 4 checks 2015-08-13 17:56:04 -07:00
.gitreview Add puppet module files for puppet-reviewday 2015-01-29 14:01:20 -08:00
Gemfile Depend on helper gem for spec_helper_acceptance 2017-08-18 10:41:44 +02:00
LICENSE Add puppet module files for puppet-reviewday 2015-01-29 14:01:20 -08:00
README.md Add puppet module files for puppet-reviewday 2015-01-29 14:01:20 -08:00
Rakefile Add puppet module files for puppet-reviewday 2015-01-29 14:01:20 -08:00
metadata.json Replace ci.o.o links with docs.o.o/infra 2015-05-14 21:38:18 +00:00

README.md

OpenStack Reviewday Module

Overview

Configures Reviewday.