You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(docs) MODULES-2325 update readme to reflect permissions
- Define types ::login::permissions and :;role::permissions as well as
::user:;permissions were in the singular form in the README and needed
to be updated to reflect correct name
Configures the permissions associated with a given login account.
369
369
370
370
*`instance`: *Optional.* Specifies a SQL Server instance on which to manage the permissions. Valid options: a string containing the name of an existing instance. Default: 'MSSQLSERVER'.
371
371
372
372
*`login`: *Required.* Specifies a SQL or Windows login to manage. Valid options: a string containing an existing login.
373
373
374
-
*`permission`: *Required.* Specifies one or more permissions to manage. Valid options: a string or an array of strings, where each string contains a [SQL Server permission](https://technet.microsoft.com/en-us/library/ms191291%28v=sql.105%29.aspx) (e.g., 'SELECT', 'INSERT', 'UPDATE', or 'DELETE').
374
+
*`permissions`: *Required.* Specifies one or more permissions to manage. Valid options: a string or an array of strings, where each string contains a [SQL Server permissions](https://technet.microsoft.com/en-us/library/ms191291%28v=sql.105%29.aspx) (e.g., 'SELECT', 'INSERT', 'UPDATE', or 'DELETE').
375
375
376
376
*`state`: *Optional.* Determines the state of the specified permissions. Valid options: 'GRANT', 'DENY', and 'REVOKE'. If set to 'REVOKE', Puppet removes any explicit statements of these permissions and falls back on inherited levels. Default: 'GRANT'.
377
377
@@ -397,7 +397,7 @@ Requires the `sqlserver::config` define for access to the parent instance.
397
397
398
398
*`user`: *Required.* Specifies a user to manage. Valid options: a string containing a username. Default: the title of your declared resource.
399
399
400
-
#### `sqlserver::user::permission`
400
+
#### `sqlserver::user::permissions`
401
401
402
402
Configures the permissions associated with a user account within a given database.
403
403
@@ -517,4 +517,4 @@ This module was built by Puppet Labs specifically for use with Puppet Enterprise
517
517
518
518
If you run into an issue with this module, or if you would like to request a feature, please [file a ticket](https://tickets.puppetlabs.com/browse/MODULES/).
519
519
520
-
If you are having problems getting this module up and running, please [contact Support](http://puppetlabs.com/services/customer-support).
520
+
If you are having problems getting this module up and running, please [contact Support](http://puppetlabs.com/services/customer-support).
0 commit comments