Skip to content

Instantly share code, notes, and snippets.

@ppg
Last active August 29, 2015 13:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ppg/8716321 to your computer and use it in GitHub Desktop.
Save ppg/8716321 to your computer and use it in GitHub Desktop.
# foo LWRP
action :create do
service new_resource.name do
action :start
end
end
# Usage in a recipe
foo "bar"
template "something" do
notifies :restart, "service[bar]"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment