Skip to content

Commit

Permalink
Release 1.4.6
Browse files Browse the repository at this point in the history
  • Loading branch information
tas50 committed Oct 15, 2014
1 parent dd48865 commit 4c60974
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 5 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

This file is used to list changes made in each version of nrpe


## 1.4.6
* Update specs to Chefspec 4.1
* Add additional platforms to the Vagrantfile
* Fix a compile error / logic error when running on Fedora

## 1.4.4
* Add a chefignore file so that Berkshelf wont fail on dsstore files

Expand Down
1 change: 1 addition & 0 deletions Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ end

Vagrant::Config.run do |config|
config.vm.provision :chef_client do |chef|
chef.formatter = :doc
chef.add_recipe('apt')
chef.add_recipe('nrpe')
end
Expand Down
2 changes: 1 addition & 1 deletion metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
license 'Apache 2.0'
description 'Installs and configures Nagios NRPE client'
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
version '1.4.4'
version '1.4.6'

recipe 'default', 'Installs and configures a nrpe client'
%w(build-essential yum-epel).each do |cb|
Expand Down
2 changes: 1 addition & 1 deletion recipes/_source_install.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Author:: Tim Smith <tsmith@limelight.com>
# Author:: Tim Smith <tsmith84@gmail.com>
# Cookbook Name:: nrpe
# Recipe:: _source_install
#
Expand Down
2 changes: 1 addition & 1 deletion recipes/_source_nrpe.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#
# Author:: Seth Chisamore <[email protected]>
# Author:: Tim Smith <tsmith@limelight.com>
# Author:: Tim Smith <tsmith84@gmail.com>
# Cookbook Name:: nrpe
# Recipe:: _source_nrpe
#
Expand Down
2 changes: 1 addition & 1 deletion recipes/_source_plugins.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#
# Author:: Seth Chisamore <[email protected]>
# Author:: Tim Smith <tsmith@limelight.com>
# Author:: Tim Smith <tsmith84@gmail.com>
# Cookbook Name:: nrpe
# Recipe:: _source_plugins
#
Expand Down
2 changes: 1 addition & 1 deletion recipes/default.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Author:: Joshua Timberman <[email protected]>
# Author:: Nathan Haneysmith <[email protected]>
# Author:: Seth Chisamore <[email protected]>
# Author:: Tim Smith <tsmith@limelight.com>
# Author:: Tim Smith <tsmith84@gmail.com>
# Cookbook Name:: nrpe
# Recipe:: default
#
Expand Down

0 comments on commit 4c60974

Please sign in to comment.