Skip to content

Commit

Permalink
Changed database availability mode to SynchronousCommit
Browse files Browse the repository at this point in the history
  • Loading branch information
matt6697 committed Jan 11, 2018
1 parent de65567 commit 143f580
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
- **BREAKING CHANGE** : Changed $sqlservicecredential_username and $sqlagentservicecredential_username format. User accounts now required **WITHOUT** Netbios Domain Name prefix.
- **BREAKING CHANGE** : Removed $domainName class parameter. Used facts instead.
- **BREAKING CHANGE** : Removed $domainNetbiosName class parameter. Used custom fact instead.
- Changed database availability mode to SynchronousCommit


## Version 1.1.0
- Initial release
Expand Down
1 change: 1 addition & 0 deletions manifests/alwaysonconfig.pp
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@
dsc_name => $clusterName,
dsc_servername => $hostname,
dsc_instancename => 'MSSQLSERVER',
dsc_availabilitymode => 'SynchronousCommit',
dsc_psdscrunascredential => {'user' => $setup_svc_username, 'password' => $setup_svc_password},
require => [ Dsc_sqlalwaysonservice['EnableAlwaysOn'] , Dsc_sqlserverendpoint['SQLServerEndpoint'] ]
}
Expand Down

0 comments on commit 143f580

Please sign in to comment.