[COOK-2281] postfix aliases uses require_recipe statement yet, should be include_recipe.
This commit is contained in:
parent
d7d149e7a7
commit
ec66641bdf
@ -14,7 +14,7 @@
|
|||||||
# limitations under the License.
|
# limitations under the License.
|
||||||
#
|
#
|
||||||
|
|
||||||
require_recipe "postfix"
|
include_recipe "postfix"
|
||||||
|
|
||||||
execute "update-postfix-aliases" do
|
execute "update-postfix-aliases" do
|
||||||
command "newaliases"
|
command "newaliases"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user