Skip to content

Commit

Permalink
Merge pull request #19 from higanworks-cookbooks/FC042_require_recipe…
Browse files Browse the repository at this point in the history
…_is_deprecated

[COOK-2281] postfix aliases uses require_recipe statement yet, should be include_recipe.
  • Loading branch information
Joshua Timberman committed Jan 28, 2013
2 parents d7d149e + ec66641 commit f0448e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/aliases.rb
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# limitations under the License.
#

require_recipe "postfix"
include_recipe "postfix"

execute "update-postfix-aliases" do
command "newaliases"
Expand Down

0 comments on commit f0448e5

Please sign in to comment.