diff --git a/CHANGELOG.md b/CHANGELOG.md index 34f2fc1..584b5d2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/Vagrantfile b/Vagrantfile index 443985a..cbe8376 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -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 diff --git a/metadata.rb b/metadata.rb index 0972d03..4db73e7 100644 --- a/metadata.rb +++ b/metadata.rb @@ -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| diff --git a/recipes/_source_install.rb b/recipes/_source_install.rb index e0a98ae..7c95700 100644 --- a/recipes/_source_install.rb +++ b/recipes/_source_install.rb @@ -1,5 +1,5 @@ # -# Author:: Tim Smith +# Author:: Tim Smith # Cookbook Name:: nrpe # Recipe:: _source_install # diff --git a/recipes/_source_nrpe.rb b/recipes/_source_nrpe.rb index 1e86ecb..ede72ff 100644 --- a/recipes/_source_nrpe.rb +++ b/recipes/_source_nrpe.rb @@ -1,6 +1,6 @@ # # Author:: Seth Chisamore -# Author:: Tim Smith +# Author:: Tim Smith # Cookbook Name:: nrpe # Recipe:: _source_nrpe # diff --git a/recipes/_source_plugins.rb b/recipes/_source_plugins.rb index 5fbc65c..2573ee6 100644 --- a/recipes/_source_plugins.rb +++ b/recipes/_source_plugins.rb @@ -1,6 +1,6 @@ # # Author:: Seth Chisamore -# Author:: Tim Smith +# Author:: Tim Smith # Cookbook Name:: nrpe # Recipe:: _source_plugins # diff --git a/recipes/default.rb b/recipes/default.rb index 351cd47..8a58dde 100644 --- a/recipes/default.rb +++ b/recipes/default.rb @@ -3,7 +3,7 @@ # Author:: Joshua Timberman # Author:: Nathan Haneysmith # Author:: Seth Chisamore -# Author:: Tim Smith +# Author:: Tim Smith # Cookbook Name:: nrpe # Recipe:: default #