Skip to content
This repository has been archived by the owner on Jan 3, 2023. It is now read-only.

Commit

Permalink
Update to new Puppet module standards
Browse files Browse the repository at this point in the history
  • Loading branch information
leoarnold committed Mar 7, 2016
1 parent 693e81e commit 4e99170
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .fixtures.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
fixtures:
repositories:
"stdlib":
"repo": "git://github.com/puppetlabs/puppetlabs-stdlib.git"
"ref": "4.10.0"
stdlib:
repo: "git://github.com/puppetlabs/puppetlabs-stdlib.git"
ref: "4.10.0"
symlinks:
"cups": "#{source_dir}"
cups: "#{source_dir}"

2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
sudo: false
language: ruby
bundler_args: --without acceptance_testing
script: "bundle exec rake validate && bundle exec rake lint && bundle exec rake spec"
script: bundle exec rake release_checks
matrix:
fast_finish: true
include:
Expand Down
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ else
end

group :development do
gem 'puppetlabs_spec_helper', '~> 1.0', require: false
gem 'puppetlabs_spec_helper', '~> 1.1.1', require: false
gem 'rubocop', '~> 0.37', require: false
gem 'puppet-lint', '~> 1.0', require: false
gem 'metadata-json-lint', '~> 0.0', require: false
Expand Down
3 changes: 3 additions & 0 deletions Rakefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
require 'puppetlabs_spec_helper/rake_tasks'
require 'rspec-puppet/rake_task'

require 'rubocop/rake_task'
RuboCop::RakeTask.new

require 'puppet-lint/tasks/puppet-lint'
PuppetLint.configuration.send('disable_80chars')
PuppetLint.configuration.ignore_paths = ['spec/**/*.pp', 'pkg/**/*.pp', 'vendor/**/*.pp']
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 4e99170

Please sign in to comment.