Merge pull request #19 from higanworks-cookbooks/FC042_require_recipe_is_deprecated
[COOK-2281] postfix aliases uses require_recipe statement yet, should be include_recipe.
This commit is contained in:
commit
f0448e5f31
@ -14,7 +14,7 @@
|
||||
# limitations under the License.
|
||||
#
|
||||
|
||||
require_recipe "postfix"
|
||||
include_recipe "postfix"
|
||||
|
||||
execute "update-postfix-aliases" do
|
||||
command "newaliases"
|
||||
|
Loading…
x
Reference in New Issue
Block a user