le1t0-deprec 2.1.6.030 → 2.1.6.031

Sign up to get free protection for your applications and to get access to all the features.
data/CHANGELOG CHANGED
@@ -1,5 +1,9 @@
1
1
  # deprec changelog
2
2
 
3
+ = 2.1.6.031 (Jul 20, 2010)
4
+
5
+ * renamed syslog to sysklogd
6
+
3
7
  = 2.1.6.030 (Jul 20, 2010)
4
8
 
5
9
  * small fix to db create/seed during migrations (only when running cold migrations)
@@ -1,7 +1,7 @@
1
- # Copyright 2006-2009 by Mike Bailey. All rights reserved.
1
+ # Copyright 2006-2010 by Mike Bailey, le1t0@github. All rights reserved.
2
2
  Capistrano::Configuration.instance(:must_exist).load do
3
3
  namespace :deprec do
4
- namespace :syslog do
4
+ namespace :sysklogd do
5
5
 
6
6
  set(:syslog_server) { Capistrano::CLI.ui.ask 'Enter Syslog server hostname' }
7
7
 
@@ -15,7 +15,7 @@ Capistrano::Configuration.instance(:must_exist).load do
15
15
  apt.install( {:base => %w(sysklogd)}, :stable )
16
16
  end
17
17
 
18
- SYSTEM_CONFIG_FILES[:syslog] = [
18
+ SYSTEM_CONFIG_FILES[:sysklogd] = [
19
19
 
20
20
  { :template => 'syslog.conf.erb',
21
21
  :path => '/etc/syslog.conf',
@@ -31,14 +31,14 @@ Capistrano::Configuration.instance(:must_exist).load do
31
31
 
32
32
  desc "Generate Syslog configs"
33
33
  task :config_gen do
34
- SYSTEM_CONFIG_FILES[:syslog].each do |file|
35
- deprec2.render_template(:syslog, file)
34
+ SYSTEM_CONFIG_FILES[:sysklogd].each do |file|
35
+ deprec2.render_template(:sysklogd, file)
36
36
  end
37
37
  end
38
38
 
39
39
  desc "Push Syslog config files to server"
40
40
  task :config, :roles => :all_hosts, :except => {:syslog_master => true} do
41
- deprec2.push_configs(:syslog, SYSTEM_CONFIG_FILES[:syslog])
41
+ deprec2.push_configs(:sysklogd, SYSTEM_CONFIG_FILES[:sysklogd])
42
42
  restart
43
43
  end
44
44
 
metadata CHANGED
@@ -6,8 +6,8 @@ version: !ruby/object:Gem::Version
6
6
  - 2
7
7
  - 1
8
8
  - 6
9
- - 30
10
- version: 2.1.6.030
9
+ - 31
10
+ version: 2.1.6.031
11
11
  platform: ruby
12
12
  authors:
13
13
  - Le1t0
@@ -113,7 +113,7 @@ files:
113
113
  - lib/deprec/recipes/ssl.rb
114
114
  - lib/deprec/recipes/starling.rb
115
115
  - lib/deprec/recipes/svn.rb
116
- - lib/deprec/recipes/syslog/syslog.rb
116
+ - lib/deprec/recipes/syslog/sysklogd.rb
117
117
  - lib/deprec/recipes/syslog/syslog_ng.rb
118
118
  - lib/deprec/recipes/trac.rb.disabled
119
119
  - lib/deprec/recipes/tsung.rb.unmaintained
@@ -234,8 +234,8 @@ files:
234
234
  - lib/deprec/templates/starling/monit.conf.erb
235
235
  - lib/deprec/templates/starling/starling-init-script.erb
236
236
  - lib/deprec/templates/subversion/svn.apache.vhost.erb
237
- - lib/deprec/templates/syslog/syslog.conf.erb
238
- - lib/deprec/templates/syslog/syslogd.erb
237
+ - lib/deprec/templates/sysklogd/syslog.conf.erb
238
+ - lib/deprec/templates/sysklogd/syslogd.erb
239
239
  - lib/deprec/templates/syslog_ng/syslog-ng.conf.erb
240
240
  - lib/deprec/templates/trac/apache_vhost.conf.erb
241
241
  - lib/deprec/templates/trac/nginx_vhost.conf.erb