Skip to content

Commit

Permalink
version 16
Browse files Browse the repository at this point in the history
  • Loading branch information
sarav921spec committed Sep 20, 2024
1 parent 869a1a5 commit 92090ba
Showing 1 changed file with 0 additions and 17 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,21 +40,6 @@ Configuration Example

node localhost
{
#region Install prerequisites for SQL Server
WindowsFeature 'NetFramework35'
{
Name = 'NET-Framework-Core'
Source = '\\fileserver.company.local\images$\Win2k12R2\Sources\Sxs' # Assumes built-in Everyone has read permission to the share and path.
Ensure = 'Present'
}

WindowsFeature 'NetFramework45'
{
Name = 'NET-Framework-45-Core'
Ensure = 'Present'
}
#endregion Install prerequisites for SQL Server

#region Install SQL Server
SqlSetup 'InstallDefaultInstance'
{
Expand Down Expand Up @@ -92,8 +77,6 @@ Configuration Example
SqlTempdbLogFileGrowth = 64

PsDscRunAsCredential = $SqlInstallCredential

DependsOn = '[WindowsFeature]NetFramework35', '[WindowsFeature]NetFramework45'
}
#endregion Install SQL Server
}
Expand Down

0 comments on commit 92090ba

Please sign in to comment.