fix spelling of restriction

This commit is contained in:
Thom May
2015-06-23 15:27:27 +01:00
parent 2cbe7c42b4
commit 5c8bbc90e5
2 changed files with 3 additions and 3 deletions

View File

@@ -44,7 +44,7 @@ if node['postfix']['use_virtual_aliases_domains']
include_recipe 'postfix::virtual_aliases_domains'
end
if node['postfix']['use_relay_restirictions_maps']
if node['postfix']['use_relay_restrictions_maps']
include_recipe 'postfix::relay_restrictions'
end