Merge pull request #132 from chef-cookbooks/issue_120
Fix documentation error on inet-interfaces
This commit is contained in:
commit
4e4d9d3d5f
@ -308,7 +308,7 @@ override_attributes(
|
|||||||
"mail_type" => "master",
|
"mail_type" => "master",
|
||||||
"main" => {
|
"main" => {
|
||||||
"mynetworks" => [ "10.3.3.0/24", "127.0.0.0/8" ],
|
"mynetworks" => [ "10.3.3.0/24", "127.0.0.0/8" ],
|
||||||
"inet-interfaces" => "all",
|
"inet_interfaces" => "all",
|
||||||
"mydomain" => "example.com",
|
"mydomain" => "example.com",
|
||||||
"myorigin" => "example.com"
|
"myorigin" => "example.com"
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user