le1t0-deprec 2.1.6.043 → 2.1.6.044

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.044 (Jul 26, 2010)
4
+
5
+ * added configurability of syslog facility for postfix
6
+
3
7
  = 2.1.6.043 (Jul 26, 2010)
4
8
 
5
9
  * add keepalived init script + log facility configurability
@@ -5,6 +5,7 @@ Capistrano::Configuration.instance(:must_exist).load do
5
5
  namespace :postfix do
6
6
 
7
7
  set(:postfix_relayhost) { Capistrano::CLI.ui.ask "What host should we relay mail through?" }
8
+ set :postfix_syslog_facility, 'mail'
8
9
 
9
10
  desc "Install Postfix"
10
11
  task :install, :roles => :mail do
@@ -34,3 +34,4 @@ mynetworks = 127.0.0.0/8
34
34
  mailbox_size_limit = 0
35
35
  recipient_delimiter = +
36
36
  inet_interfaces = loopback-only
37
+ syslog_facility = <%= postfix_syslog_facility || 'mail' %>
metadata CHANGED
@@ -6,8 +6,8 @@ version: !ruby/object:Gem::Version
6
6
  - 2
7
7
  - 1
8
8
  - 6
9
- - 43
10
- version: 2.1.6.043
9
+ - 44
10
+ version: 2.1.6.044
11
11
  platform: ruby
12
12
  authors:
13
13
  - Le1t0