Skip to content

Commit

Permalink
Merge pull request #351 from DavidS/release-fixes
Browse files Browse the repository at this point in the history
Release fixes
  • Loading branch information
Helen authored Oct 25, 2016
2 parents 3545542 + 11ba2c8 commit 41074fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ group :development, :unit_tests do
end
group :system_tests do
gem 'beaker', *location_from_env('BEAKER_VERSION', []) if RUBY_VERSION >= '2.3.0'
gem 'beaker-pe' if RUBY_VERSION >= '2.3.0'
gem 'beaker', *location_from_env('BEAKER_VERSION', ['< 3']) if RUBY_VERSION < '2.3.0'
gem 'beaker-rspec', *location_from_env('BEAKER_RSPEC_VERSION', ['>= 3.4'])
gem 'serverspec'
Expand Down
1 change: 1 addition & 0 deletions data/SLES-12.yaml
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
ntp::service_name: ntpd
ntp::service_provider: systemd

0 comments on commit 41074fa

Please sign in to comment.