commit
672ebed448
@ -27,7 +27,7 @@ env:
|
|||||||
|
|
||||||
sudo: false
|
sudo: false
|
||||||
|
|
||||||
script: 'bundle exec metadata-json-lint metadata.json && bundle exec rake validate && bundle exec rake lint && SPEC_OPTS="--format documentation" bundle exec rake spec'
|
script: 'bundle exec rake validate && bundle exec rake lint && SPEC_OPTS="--format documentation" bundle exec rake spec'
|
||||||
|
|
||||||
matrix:
|
matrix:
|
||||||
fast_finish: true
|
fast_finish: true
|
||||||
|
2
Gemfile
2
Gemfile
@ -7,7 +7,7 @@ else
|
|||||||
end
|
end
|
||||||
|
|
||||||
gem 'metadata-json-lint'
|
gem 'metadata-json-lint'
|
||||||
gem 'puppetlabs_spec_helper', '>= 0.1.0'
|
gem 'puppetlabs_spec_helper', '>= 1.1.1'
|
||||||
gem 'facter', '>= 1.7.0'
|
gem 'facter', '>= 1.7.0'
|
||||||
gem 'rspec-puppet'
|
gem 'rspec-puppet'
|
||||||
gem 'puppet-lint', :git => 'https://github.com/rodjek/puppet-lint.git'
|
gem 'puppet-lint', :git => 'https://github.com/rodjek/puppet-lint.git'
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "ghoneycutt-ssh",
|
"name": "ghoneycutt-ssh",
|
||||||
"version": "3.37.1",
|
"version": "3.38.0",
|
||||||
"author": "ghoneycutt",
|
"author": "ghoneycutt",
|
||||||
"summary": "Manages SSH",
|
"summary": "Manages SSH",
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user