]> review.fuel-infra Code Review - puppet-modules/puppet-ceilometer.git/commit
Add required db subclass to README.md
authorBen Kero <ben.kero@gmail.com>
Fri, 8 Jan 2016 02:41:57 +0000 (18:41 -0800)
committerBen Kero <ben.kero@gmail.com>
Fri, 8 Jan 2016 02:47:52 +0000 (18:47 -0800)
commitab503a9e910f946bb02cc557c68364769a9cc4a2
tree81a5da86c1877b0d355bb1b5d764d03aebd6c67b
parenta38d8b40885012b4b56adff0b5655eafb4c569c5
Add required db subclass to README.md

This commit adds the ::ceilometer::db subclass to the example in README.md.
The README.md should contain a working pseudo-minimal example for basic
ceilometer installation. At some point the 'db' subclass was required
for basic usage.

Without this class applying the example in README.md is unusable,
erroring out with this:

> Error: Could not find dependency Class[Ceilometer::Db] for
> Service[ceilometer-api] at
> /etc/puppet/modules/ceilometer/manifests/api.pp:112

Change-Id: Ifd0577e23661bc00b98621a622c44c0a9af70a5d
README.md