Skip to content

Commit

Permalink
fixes nginx source install on first run
Browse files Browse the repository at this point in the history
  • Loading branch information
artiom committed Aug 1, 2012
1 parent 2638b7b commit ee105db
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions recipes/source.rb
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@

not_if do
nginx_force_recompile == false &&
node.automatic_attrs['nginx'] &&
node.automatic_attrs['nginx']['version'] == node['nginx']['version'] &&
node.automatic_attrs['nginx']['configure_arguments'].sort == configure_flags.sort
end
Expand Down

0 comments on commit ee105db

Please sign in to comment.