sous-chefs / language-chef

Development repository for the language-chef plugin for the Atom text editor
https://atom.io/packages/language-chef
Apache License 2.0
17 stars 9 forks source link

Addition of missing core resources and general cleanup. #2

Closed micgo closed 10 years ago

micgo commented 10 years ago

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).

micgo commented 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.

darron commented 10 years ago

Looks like a win to me. I'll merge shortly. Thanks for taking this on!

lock[bot] commented 5 years ago

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.