Initial commit
Added instances, but getting type validate errors
Need spaces allowed in group names
Spits out ensure and id attributes
Separated rest function to a parent provider
Added all properties
Adding POST to API
Ignoring .*.swp files
Updated parent ID regex; added POST method
Properly formed POST, but default params aren't part of it
Had to munge properties so the provider knows whether or not to quote… …
… the data in the JSON body
override_env needs to a symbol to match input
Default for override_env is already false
Creates, but tries and fails to update params
Added DELETE and some more debug messages
Using a hash of allows keys
Methods for each property
Need friendly name instead
Moved data_hash function to api provider
Needed to make changes to accomodate hashes
Updated classes property to use hashes correctly
Updated description
Added environments provider
Added 201 response for env adds
Adding read-only for environments
Added README for node_group
Update README.md
Using vars for SSLs and classifier params
Added rescue if classifier.yaml isn't there
Updated 303 message to make sense for environments and groups
Removed pry refs
RBAC querying
Added some methods for rbac_user
Moved data_hash and get_args to a helper class
Added helpers stuff
Moved common rest functionality to rest_helper
Added helpers to nc_api
Can use string name for parent ID
Autorequire parent node group
Can specify parent with string name
Added PE groups doc
Formatted docs
Changed example to 'PE MCollective'
Using data in Rbac.rest method helper
Use default parent for uses on
Submitting all values for rbac_user