Skip to content

Commit

Permalink
Merge pull request #38 from jhoblitt/feature/v2.3.0
Browse files Browse the repository at this point in the history
Feature/v2.3.0
  • Loading branch information
Joshua Hoblitt committed Sep 14, 2014
2 parents 7306e3a + 925effc commit adddbf5
Show file tree
Hide file tree
Showing 9 changed files with 24 additions and 93 deletions.
15 changes: 0 additions & 15 deletions .nodeset.yml

This file was deleted.

19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@

#### [Current]
* [65306af](../../commit/65306af) - __(Joshua Hoblitt)__ mv all rspec-puppet tests under ./spec/unit/
* [155eca5](../../commit/155eca5) - __(Joshua Hoblitt)__ remove rspec-system support
* [7306e3a](../../commit/7306e3a) - __(Joshua Hoblitt)__ Merge pull request [#37](../../issues/37) from razorsedge/fedora_config_location

Fedora config location
* [293a6b2](../../commit/293a6b2) - __(Michael Arnold)__ Fix the RedHat bits to better match the Fedora PR.
* [bbcae38](../../commit/bbcae38) - __(Michael Arnold)__ Better support for RedHat smartmontools 6.x.

Fixing Fedora support similar to [#36](../../issues/36).

* [71acbcc](../../commit/71acbcc) - __(Joshua Hoblitt)__ Merge pull request [#36](../../issues/36) from razorsedge/el7_config_location

Add in support for EL 7 new config location.
* [399ac1a](../../commit/399ac1a) - __(Michael Arnold)__ Add in support for EL 7 new config location.

EL 7 now puts the smartd.conf in /etc/smartmontools.

#### v2.2.3
* [a29b3e6](../../commit/a29b3e6) - __(Joshua Hoblitt)__ bump version to v2.2.3
* [2689cb1](../../commit/2689cb1) - __(Joshua Hoblitt)__ Merge pull request [#34](../../issues/34) from solarkennedy/debian_support

Added debian support and working tests. Closes [#32](../../issues/32)
Expand Down
12 changes: 4 additions & 8 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,9 @@ else
gem 'puppet', :require => false
end

gem 'rake', :require => false
gem 'puppetlabs_spec_helper', :require => false
gem 'puppet-lint', :require => false
gem 'puppet-syntax', :require => false
gem 'rspec-system', :require => false
gem 'rspec-system-puppet', :require => false
gem 'rspec-system-serverspec', '>= 2.0.1', :require => false
gem 'serverspec', :require => false
gem 'rake', :require => false
gem 'puppetlabs_spec_helper', :require => false
gem 'puppet-lint', :require => false
gem 'puppet-syntax', :require => false

# vim:ft=ruby
2 changes: 1 addition & 1 deletion Modulefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name 'jhoblitt-smartd'
version '2.2.3'
version '2.3.0'

author 'Joshua Hoblitt <[email protected]>'
license 'MIT'
Expand Down
1 change: 0 additions & 1 deletion Rakefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
require 'puppetlabs_spec_helper/rake_tasks'
require 'puppet-syntax/tasks/puppet-syntax'
require 'puppet-lint/tasks/puppet-lint'
require 'rspec-system/rake_task'

PuppetLint.configuration.send("disable_class_inherits_from_params_class")
PuppetLint.configuration.ignore_paths = [
Expand Down
26 changes: 0 additions & 26 deletions spec/spec_helper_system.rb

This file was deleted.

42 changes: 0 additions & 42 deletions spec/system/smartd_spec.rb

This file was deleted.

File renamed without changes.
File renamed without changes.

0 comments on commit adddbf5

Please sign in to comment.