]> review.fuel-infra Code Review - puppet-modules/puppet-ceilometer.git/commit
Add Puppet 4.x lint checks
authorSebastien Badia <sebastien.badia@enovance.com>
Sun, 22 Feb 2015 21:14:37 +0000 (22:14 +0100)
committerGael Chamoulaud <gchamoul@redhat.com>
Wed, 11 Mar 2015 08:03:59 +0000 (09:03 +0100)
commit565c78cc7faf636fb1f224a295c6c0c907dbc22a
tree3f2c16134a5f8e8c34e45ec2a812cbd89af0e4f9
parent55b7aad8cf0c902cd1469da8547f24e856b06de4
Add Puppet 4.x lint checks

This changes the puppet-lint requirement to 1.1.x, so that we can use
puppet-lint plugins.  Most of these plugins are for 4.x compat, but some
just catch common errors.

This commit also remove custom metadata rake task (this task is now
provided by puppetlabs_spec_helper).

Conflicts:
Gemfile

Change-Id: I22369948db6a2f8ddab9b8c93c3a047ff2e229ca
17 files changed:
Gemfile
Rakefile
examples/site.pp
manifests/agent/central.pp
manifests/agent/compute.pp
manifests/agent/notification.pp
manifests/agent/polling.pp
manifests/alarm/evaluator.pp
manifests/alarm/notifier.pp
manifests/api.pp
manifests/client.pp
manifests/collector.pp
manifests/db.pp
manifests/expirer.pp
manifests/init.pp
manifests/keystone/auth.pp
manifests/wsgi/apache.pp