Closed micgo closed 10 years ago
@darron Any chance you might be able to publish this refactor? I tried to split up the PR into a bunch of commits in case you didn't want to take all the renames.
Looks like a win to me. I'll merge shortly. Thanks for taking this on!
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
This PR adds all missing resources listed here: http://docs.opscode.com/chef/resources.html
I've also refactored some of the existing snippets to be a little more explicit. For example, 'remote' is now 'remote_file' to avoid confusion with 'remote_directory'.
Every resource should now have a template that can be auto-completed as long as the resource type has been entered (ie. package, log, user, etc).