Merge branch 'master' of git://github.com/chef-cookbooks/postfix into chef-cookbooks-master

This commit is contained in:
Stanislav Voroniy
2015-12-22 13:09:40 +01:00
18 changed files with 356 additions and 200 deletions

View File

@@ -7,7 +7,7 @@ def which_family
fam = 'solaris2'
return fam unless File.exist? '/etc/release'
File.open('/etc/release') do |file|
while (line = file.gets)
while line = file.gets
case line
when /^\s*(OmniOS)/
fam = 'omnios'