Skip to content

Instantly share code, notes, and snippets.

@intinig
Created July 6, 2012 10:45
Show Gist options
  • Select an option

  • Save intinig/3059465 to your computer and use it in GitHub Desktop.

Select an option

Save intinig/3059465 to your computer and use it in GitHub Desktop.
not_if do
nginx_force_recompile == false &&
begin
node.automatic_attrs['nginx']['version'] == node['nginx']['version'] &&
node.automatic_attrs['nginx']['configure_arguments'].sort == configure_flags.sort
rescue
puts node.automatic_attrs['nginx'].inspect
raise
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment