Merge pull request #61 from justinstoller/maint/lint-fixes
add geppetto-rc file to ignore examples
FM-2122: Deleted irrelevant contribution information
This project is closed source and does not accept contributions.
FM-2122: Added new PE-only development paragraph to readme
Merge pull request #62 from jbondpdx/readme-fix-contribute
FM-2122: Deleted irrelevant contribution information
Fix metadata.json and capture back puppet module build metadata.json
Merge pull request #60 from cyberious/Anubis
Fix metadata.json and capture back puppet module build metadata.json
FM-2102 fix examples/sp_configure.pp
Merge pull request #63 from cyberious/FM-2102
FM-2102 fix examples/sp_configure.pp
FM-2110 Prep TSQL provider to be released and backport for all existi…
…ng usage on new expected behavior
Merge pull request #64 from cyberious/FM2110
FM-2110 Prep TSQL provider ...
Merge pull request #65 from cyberious/FM2110-readme
FM-2110 README Predocs for sqlserver_tsql provider
Fix bug with TSQL provider rework
Merge pull request #67 from cyberious/master
Fix bug with TSQL provider rework
Merge pull request #66 from jbondpdx/master
DOC-1510: edit tsql additions
FM-1900 SQLServer Add User provider
Merge pull request #68 from cyberious/FM1900
FM-1900 Add User defined type
FM-1901 SQL Server Delete User from existing database, also added err…
…or handling add for tsql
Merge pull request #69 from cyberious/FM1901
FM1901 Add delete user capabilities
FM-1898 Add sqlserver::user::permission with Grant, Revoke and Deny
Merge pull request #70 from cyberious/FM-2246
FM-1898 Add sqlserver::user::permssion with GRANT, REVOKE and DENY
Update sqlserver_validate_range to take array
Merge pull request #74 from cyberious/validateRange
Update sqlserver_validate_range to take array
FM-2236 Add with_grant_option for user permission
FM-1556 Add ability to manage login server level permissions
FM-1556 Change permission to permissions and allow for array
FM-2236 Change to permissions and allow user to pass an array instead…
… of single permission
Merge remote-tracking branch 'cyberious/FM-2236'
* cyberious/FM-2236: FM-2236 Change to permissions and allow user to pass an array instead of single permission FM-2236 Add with_grant_option for user permission
Merge remote-tracking branch 'cyberious/FM-1556'
* cyberious/FM-1556: FM-1556 Change permission to permissions and allow for array FM-1556 Add ability to manage login server level permissions
Fixed a bug with sqlserver_validate_instance_name that was not catchi…
…ng empty strings
FM-2286 Create/Drop Roles with Authorization
Create Upcase functionality in module until released in Stdlib
FM-2287 - Role Permissions - Add define and hash for role to pass to …
…new define type
FM-2303 Add install switches to sqlserver_install and sqlserver_features
Merge pull request #78 from cyberious/FM-2303
FM-2303 Add install switches to sqlserver_install and sqlserver_features
Merge pull request #76 from cyberious/RolePermissions
FM-2287 Add Role Permissions ability
FM-2288 Add Role Members with Purge support
Add function to test for uniq values in hash
FM-2299 Login - Allow for permissions hash
FM-2298 - User - Add permissions hash to allow user to pass all permi…
…ssions in one define
Merge pull request #79 from cyberious/LoginPermissions
FM-2298 and FM-2299 update Login and User to take hash of permissions
FM-2303 Add install switches to sqlserver_install and sqlserver_features
Fix issue with install_switches, changed to use config file instead d…
…ue to how ruby writes path to Windows exec
Add readme updates to reflect changes
Merge pull request #81 from cyberious/InstallSwitchCherryPick
FM-2303 Add install switches needed by customer