Skip to content

Commit

Permalink
pmt ignore for clean puppet module build + updated to v2.0.0 o comply…
Browse files Browse the repository at this point in the history
… with semantic versionning
  • Loading branch information
matt6697 committed Mar 5, 2018
1 parent ccff046 commit 401a154
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
pkg/
5 changes: 5 additions & 0 deletions .pmtignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
pkg/
tests/
assets/
_config.yml
.fixtures.yml
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog - sqlserveralwayson #

## Version 1.2.0
## Version 2.0.0
- **BREAKING CHANGE** : Require puppetlabs/dsc compiled with SQLServerDSC >= 10.0.0.0
- **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.
Expand Down
2 changes: 1 addition & 1 deletion metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,5 @@
"alwayson",
"sql"
],
"version": "1.2.0"
"version": "2.0.0"
}

0 comments on commit 401a154

Please sign in to comment.