Skip to content

Commit 4c60974

Browse files
committed
Release 1.4.6
1 parent dd48865 commit 4c60974

7 files changed

Lines changed: 12 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

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

5+
6+
## 1.4.6
7+
* Update specs to Chefspec 4.1
8+
* Add additional platforms to the Vagrantfile
9+
* Fix a compile error / logic error when running on Fedora
10+
511
## 1.4.4
612
* Add a chefignore file so that Berkshelf wont fail on dsstore files
713

Vagrantfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ end
1919

2020
Vagrant::Config.run do |config|
2121
config.vm.provision :chef_client do |chef|
22+
chef.formatter = :doc
2223
chef.add_recipe('apt')
2324
chef.add_recipe('nrpe')
2425
end

metadata.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
license 'Apache 2.0'
55
description 'Installs and configures Nagios NRPE client'
66
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
7-
version '1.4.4'
7+
version '1.4.6'
88

99
recipe 'default', 'Installs and configures a nrpe client'
1010
%w(build-essential yum-epel).each do |cb|

recipes/_source_install.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Author:: Tim Smith <tsmith@limelight.com>
2+
# Author:: Tim Smith <tsmith84@gmail.com>
33
# Cookbook Name:: nrpe
44
# Recipe:: _source_install
55
#

recipes/_source_nrpe.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#
22
# Author:: Seth Chisamore <schisamo@getchef.com>
3-
# Author:: Tim Smith <tsmith@limelight.com>
3+
# Author:: Tim Smith <tsmith84@gmail.com>
44
# Cookbook Name:: nrpe
55
# Recipe:: _source_nrpe
66
#

recipes/_source_plugins.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#
22
# Author:: Seth Chisamore <schisamo@getchef.com>
3-
# Author:: Tim Smith <tsmith@limelight.com>
3+
# Author:: Tim Smith <tsmith84@gmail.com>
44
# Cookbook Name:: nrpe
55
# Recipe:: _source_plugins
66
#

recipes/default.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Author:: Joshua Timberman <joshua@getchef.com>
44
# Author:: Nathan Haneysmith <nathan@getchef.com>
55
# Author:: Seth Chisamore <schisamo@getchef.com>
6-
# Author:: Tim Smith <tsmith@limelight.com>
6+
# Author:: Tim Smith <tsmith84@gmail.com>
77
# Cookbook Name:: nrpe
88
# Recipe:: default
99
#

0 commit comments

Comments
 (0)