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
Copy file name to clipboardExpand all lines: README.md
+7-10
Original file line number
Diff line number
Diff line change
@@ -80,13 +80,6 @@ This example creates the same MS SQL instance as shown above with additional opt
80
80
81
81
### Install SQL Server tools and features not specific to a SQL Server instance
82
82
83
-
```puppet
84
-
sqlserver_features { 'Generic Features':
85
-
source => 'E:/',
86
-
features => ['Tools'],
87
-
}
88
-
```
89
-
90
83
```puppet
91
84
sqlserver_features { 'Generic Features':
92
85
source => 'E:/',
@@ -203,8 +196,10 @@ Default: 'present'.
203
196
##### `features`
204
197
205
198
*Required.*
206
-
207
-
Specifies one or more features to manage. Valid options: 'BC', 'Conn', 'SSMS', 'ADV_SSMS', 'SDK', 'IS', 'MDS', and 'Tools' (the Tools feature includes SSMS, ADV_SSMS, and Conn).
199
+
200
+
Specifies one or more features to manage. Valid options: 'BC', 'Conn', 'SSMS', 'ADV_SSMS', 'SDK', 'IS', 'MDS', 'BOL', 'DREPLAY_CTLR', 'DREPLAY_CLT'.
201
+
202
+
The 'Tools' feature is deprecated. Instead specify 'BC', 'SSMS', 'ADV_SSMS', 'Conn', and 'SDK' explicitly.
208
203
209
204
##### `install_switches`
210
205
@@ -294,7 +289,9 @@ Default: 'present'.
294
289
295
290
##### `features`
296
291
297
-
*Required.* Specifies one or more features to manage. The list of top-level features includes 'SQL', 'AS', and 'RS'. The 'SQL' feature includes the Database Engine, Replication, Full-Text, and Data Quality Services (DQS) server. Valid options: an array containing one or more of the strings 'SQL', 'SQLEngine', 'Replication', 'FullText', 'DQ', 'AS', and 'RS'.
292
+
*Required.* Specifies one or more features to manage. The list of top-level features includes 'AS' and 'RS'. Valid options: an array containing one or more of the strings 'SQL', 'SQLEngine', 'Replication', 'FullText', 'DQ', 'AS', 'RS', 'POLYBASE', and 'ADVANCEDANALYTICS'.
293
+
294
+
The 'SQL' feature is deprecated. Instead specify 'DQ', 'FullText', 'Replication', and 'SQLEngine' explicitly.
0 commit comments