Skip to content

Commit

Permalink
Merge pull request #52 from murdok5/win2016testing
Browse files Browse the repository at this point in the history
Windows 2016 testing and cleanup
  • Loading branch information
ipcrm authored Oct 23, 2017
2 parents 137eb83 + 98dd983 commit c2c6466
Show file tree
Hide file tree
Showing 15 changed files with 601 additions and 32 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ hieradata/nodes/example-puppet-master.yaml
.DS_Store
/.bundle
/.vagrant
Gemfile.lock
.*.sw?
pkg
fixtures
Expand Down
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@ gem 'r10k', '>= 2.5.5'

group :development, :unit_tests do
gem 'metadata-json-lint'
gem 'puppet_facts'
gem 'rspec-puppet-facts', :git => 'https://github.com/mcanevet/rspec-puppet-facts.git',
:ref => 'fe21de12108fbab0123bdc4db2365a29ea62f171'
gem 'puppet-blacksmith', '>= 3.4.0'
gem 'simplecov'
gem 'simplecov-console'
gem 'rspec-puppet', :git => 'https://github.com/rodjek/rspec-puppet.git',
:ref => 'eaba657a8e876c8c4a881a6d47df76cfdda62b3f'
gem 'puppet-syntax', '>= 2.4.0'
gem 'rspec-puppet-facts'
gem 'parallel_tests'
gem 'json_pure', '<= 2.0.1' if RUBY_VERSION < '2.0.0'
end
Expand Down
Loading

0 comments on commit c2c6466

Please sign in to comment.