Skip to content

Commit

Permalink
[COOK-2281] postfix aliases uses require_recipe statement yet, should…
Browse files Browse the repository at this point in the history
… be include_recipe.
  • Loading branch information
sawanoboly committed Jan 28, 2013
1 parent d7d149e commit ec66641
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 ec66641

Please sign in to comment.