Skip to content

Instantly share code, notes, and snippets.

@andrewgross
Created April 9, 2013 22:12
Show Gist options
  • Save andrewgross/5349887 to your computer and use it in GitHub Desktop.
Save andrewgross/5349887 to your computer and use it in GitHub Desktop.
A sample LWRP to mimic our HWRP
action :create do
# Some Chef Code
end
action :remove do
# Some more Chef code
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment