Fix tests as it was not loading before context
Refactor the is_domain_user method to use the same puppet_x code for …
…everywhere
Add IS to Features as it is instance agnostic
Removed is_svc_password from instance and into features
Add config file for usage during query create and delete
Fixed issue of idempontence with tsql and logins
Updated login features, update instance validation as well as tests
Added Databases support and some spec tests for supporting functions
Update database and validation
Add windows_login, svrroles validation, also changed to sys.server_pr…
…incipals to look up logins
Found bug that was not respecting compatibility setting
Add docs and update metadata.json to reflect dependency on ACL module
Fixed bug that would fail due to unable to find c:\program files\Micr…
…osoft SQL when not installed
Merge pull request #3 from cyberious/master
Fixed bug that would fail due to unable to find c:\program files\Microsoft SQL when not installed
Run Discovery had a check but not a cd to the correct location, was 1…
…20 should have been 110
Merge pull request #4 from cyberious/RunDiscoveryBug
Fix issue with RunDiscovery when using 2012 Server
DOC-1172: mssql readme corrections
DOC-1172: edit on mssql readme
Merge pull request #5 from jbondpdx/mssql-readme
DOC-1172: mssql README.md
Remove xp_grantlogin as this is deprecated and is enabled by default
Merge pull request #6 from cyberious/LoginBug
Fix issue with create login
Fix missing method of validate_password
Merge pull request #7 from cyberious/master
Fix missing method of validate_password
Refactor database checks and fix collation_name
Merge pull request #8 from cyberious/DatabaseFixes
Fixes issues with collation_name and refactor some checks
Inlucde missing method for mssql_feature
Merge pull request #9 from cyberious/DatabaseFixes
Test was had mismatched collation_name
Merge pull request #10 from cyberious/FeatureFixer
Add missing method reference for is_domain_user
Fix documentation of mssql_instance and mssql_features
Fix examples to match refactor of instance_name to instance
Merge pull request #11 from cyberious/DocumentFix
Fix documentation
Updates mssql::configs admin_user description
Clarifies that the login must be a SQL login.
Add more spec tests and fix issue with defaulting is_svc_account when…
… not set Conflicts: Gemfile
Merge pull request #13 from cyberious/IsSvcAccountFix
Add more spec tests and fix issue with defaulting is_svc_account when not set
Move MDS to features as it is instance agnostic
Merge pull request #14 from cyberious/MDSMove
Move MDS to features as it is instance agnostic
Fix issue with mssql_features not being found as already exists, loos…
…end up restrictions of login to use mssql::config requirements instead of instance
Merge pull request #15 from cyberious/FeatureNameFix
Fix issue with mssql_features not being found as already exists, loosend up restrictions of login to use mssql::config requirements instead of instance
Append to path to ensure that it does exist in execution
Merge pull request #16 from cyberious/SqlCmd
Append to path if sqlcmd.exe is not on the path