#68 -Properly handle binding to loopback on mixed IPV4/IPV6 systems

Signed-off-by: Sean OMeara <someara@opscode.com>
This commit is contained in:
Tim Smith
2014-06-11 14:04:34 -04:00
committed by Sean OMeara
parent e4c9b11039
commit e6b58b270b
10 changed files with 21 additions and 20 deletions

View File

@@ -1,5 +1,5 @@
# encoding: utf-8
# Copyright:: Copyright (c) 2012, Opscode, Inc.
# Copyright:: Copyright 2012-2014, Chef Software, Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.

View File

@@ -1,9 +1,9 @@
# encoding: utf-8
# Author:: Joshua Timberman(<joshua@opscode.com>)
# Author:: Joshua Timberman(<joshua@getchef.com>)
# Cookbook Name:: postfix
# Recipe:: client
#
# Copyright 2009-2012, Opscode, Inc.
# Copyright 2009-2014, Chef Software, Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.

View File

@@ -1,9 +1,9 @@
# encoding: utf-8
# Author:: Joshua Timberman(<joshua@opscode.com>)
# Author:: Joshua Timberman(<joshua@getchef.com>)
# Cookbook Name:: postfix
# Recipe:: default
#
# Copyright 2009-2012, Opscode, Inc.
# Copyright 2009-2014, Chef Software, Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
@@ -59,7 +59,7 @@ when 'omnios'
source 'manifest-postfix.xml.erb'
owner 'root'
group 'root'
mode 00644
mode '0644'
notifies :run, 'execute[load postfix manifest]', :immediately
end
@@ -113,7 +113,7 @@ end
source "#{cfg}.cf.erb"
owner 'root'
group 0
mode 00644
mode '0644'
notifies :restart, 'service[postfix]'
variables(settings: node['postfix'][cfg])
cookbook node['postfix']["#{cfg}_template_source"]

View File

@@ -1,10 +1,10 @@
# encoding: utf-8
#
# Author:: Joshua Timberman(<joshua@opscode.com>)
# Author:: Joshua Timberman(<joshua@getchef.com>)
# Cookbook Name:: postfix
# Recipe:: sasl_auth
#
# Copyright 2009, Opscode, Inc.
# Copyright 2009-2014, Chef Software, Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.

View File

@@ -1,10 +1,10 @@
# encoding: utf-8
#
# Author:: Joshua Timberman(<joshua@opscode.com>)
# Author:: Joshua Timberman(<joshua@getchef.com>)
# Cookbook Name:: postfix
# Recipe:: server
#
# Copyright 2009-2012, Opscode, Inc.
# Copyright 2009-2014, Chef Software, Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.