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
* Install the basic SQL Server Engine from installation media mounted at 'D:\' with TCP Enabled and various directories set.
185
+
186
+
* Uses only Windows based authentication and installs with only the user that Puppet is executing as. Note that the 'sql_sysadmin_accounts' is only applicable during the instance installation and is not actively enforced.
187
+
188
+
* Creates a sqlserver::config resource which is used in later resources to connect to the newly created instance. As we only support Windows based authentication , a username and password is not required.
189
+
190
+
* Create a local group called 'DB Administrators', and ensure that it is SQL System Administrator (sysadmin role) along with the account used to install the instance, and that Puppet uses to manage the database instance.
191
+
192
+
* Ensure that the advanced options for sp_configure are enabled so we can manage the Max Memory setting for the instance.
193
+
194
+
* Ensure that the Max Memory (MB) configuration item is set to 2048 megabytes.
0 commit comments