Skip to content

Instantly share code, notes, and snippets.

@chrisa
Created September 12, 2012 10:11
Show Gist options
  • Select an option

  • Save chrisa/3705734 to your computer and use it in GitHub Desktop.

Select an option

Save chrisa/3705734 to your computer and use it in GitHub Desktop.
converge_by ("run #{command} to enable #{@new_resource}") do
run_command(
:command => command
)
Chef::Log.info("#{@new_resource} enabled")
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment