deprec 2.1.17 → 2.1.18

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
data/CHANGELOG CHANGED
@@ -1,6 +1,10 @@
1
1
  # deprec changelog
2
2
 
3
- = 2.1.17 (Feb 1, 2011)
3
+ = 2.1.18 (Feb 4, 2011)
4
+
5
+ * bugfix: nagios report plugin execution was not installing
6
+
7
+ = 2.1.17 (Feb 3, 2011)
4
8
 
5
9
  * Passenger vhost sets RackEnv and RailsEnv
6
10
  * nagios-3.2.3
@@ -241,7 +241,7 @@ Capistrano::Configuration.instance(:must_exist).load do
241
241
  :md5sum => "b2d75e2962f1e3151ef58794d60c9e97 nrpe-2.12.tar.gz",
242
242
  :configure => "./configure --with-nagios-user=#{nagios_user} --with-nagios-group=#{nagios_group} #{ '--enable-command-args' if nrpe_enable_command_args};",
243
243
  :make => 'make all;',
244
- :install => 'make install-plugin; make install-daemon; make install-daemon-config;'
244
+ :install => 'make install-plugin install-daemon install-daemon-config;'
245
245
  }
246
246
 
247
247
  desc 'Install NRPE'
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: deprec
3
3
  version: !ruby/object:Gem::Version
4
- hash: 41
4
+ hash: 47
5
5
  prerelease:
6
6
  segments:
7
7
  - 2
8
8
  - 1
9
- - 17
10
- version: 2.1.17
9
+ - 18
10
+ version: 2.1.18
11
11
  platform: ruby
12
12
  authors:
13
13
  - Mike Bailey
@@ -110,7 +110,6 @@ files:
110
110
  - lib/deprec/recipes/vnstat.rb
111
111
  - lib/deprec/recipes/ubuntu.rb
112
112
  - lib/deprec/recipes/syslog_ng.rb
113
- - lib/deprec/recipes/nagios-3.2.3.tar.gz
114
113
  - lib/deprec/recipes/ec2.rb
115
114
  - lib/deprec/recipes/sphinx.rb
116
115
  - lib/deprec/recipes/monit.rb
Binary file