OSDN Git Service

bug fix. lxcs-0.1.8 nagios-grid-0.1.7
authorwhitestar <whitestar@gaea.test>
Thu, 10 Jun 2021 08:57:31 +0000 (17:57 +0900)
committerwhitestar <whitestar@gaea.test>
Thu, 10 Jun 2021 08:57:31 +0000 (17:57 +0900)
cookbooks/nagios-grid/CHANGELOG.md
cookbooks/nagios-grid/recipes/nagios-nrpe-server.rb
cookbooks/nagios-grid/version

index 449c76a..59cda9e 100644 (file)
@@ -1,6 +1,10 @@
 nagios-grid CHANGELOG
 =====================
 
+0.1.7
+-----
+- bug fix.
+
 0.1.6
 -----
 - adds NRPE no ssl support.
index cbf690d..c72be9d 100644 (file)
@@ -2,7 +2,7 @@
 # Cookbook Name:: nagios-grid
 # Recipe:: nagios-nrpe-server
 #
-# Copyright 2016, whitestar
+# Copyright 2016-2018, whitestar
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
@@ -68,7 +68,7 @@ template '/etc/default/nagios-nrpe-server' do
   owner 'root'
   group 'root'
   mode '0644'
-  notifies :reload, 'service[nagios-nrpe-server]'
+  notifies :restart, 'service[nagios-nrpe-server]'
   only_if { platform_family == 'debian' }
 end