* Add gerrit configuration
* s/Puppetfile/Gemfile: puppetfile with this content is a mistake
* Fix puppet modulefile (stackforge migration)
* Add puppet-lint configuration like other puppet projects on stackforge
* Add Gemlock file
* And update gitingore
* Solve lint issues, and minors improvments
[lint issues]
* class not documented
* variable not enclosed in {}
* double quoted string containing no variables
* case statement without a default case
* indentation of => is not properly aligned
* soft and hard tabs
[improvments]
* Use a case instead of a if/if
Change-Id: I58614f7995e6b8f3f7f6426269077810962cc682
42 lines
832 B
Plaintext
42 lines
832 B
Plaintext
GEM
|
|
remote: https://rubygems.org/
|
|
specs:
|
|
diff-lcs (1.2.4)
|
|
facter (1.7.3)
|
|
hiera (1.2.1)
|
|
json_pure
|
|
json_pure (1.8.1)
|
|
metaclass (0.0.1)
|
|
mocha (0.14.0)
|
|
metaclass (~> 0.0.1)
|
|
puppet (3.3.1)
|
|
facter (~> 1.6)
|
|
hiera (~> 1.0)
|
|
rgen (~> 0.6.5)
|
|
puppet-lint (0.3.2)
|
|
puppetlabs_spec_helper (0.4.1)
|
|
mocha (>= 0.10.5)
|
|
rake
|
|
rspec (>= 2.9.0)
|
|
rspec-puppet (>= 0.1.1)
|
|
rake (10.1.0)
|
|
rgen (0.6.6)
|
|
rspec (2.14.1)
|
|
rspec-core (~> 2.14.0)
|
|
rspec-expectations (~> 2.14.0)
|
|
rspec-mocks (~> 2.14.0)
|
|
rspec-core (2.14.6)
|
|
rspec-expectations (2.14.3)
|
|
diff-lcs (>= 1.1.3, < 2.0)
|
|
rspec-mocks (2.14.4)
|
|
rspec-puppet (0.1.6)
|
|
rspec
|
|
|
|
PLATFORMS
|
|
ruby
|
|
|
|
DEPENDENCIES
|
|
puppet
|
|
puppet-lint (~> 0.3.2)
|
|
puppetlabs_spec_helper
|