Skip to content

Commit 401a154

Browse files
committed
pmt ignore for clean puppet module build + updated to v2.0.0 o comply with semantic versionning
1 parent ccff046 commit 401a154

File tree

4 files changed

+8
-2
lines changed

4 files changed

+8
-2
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
pkg/

.pmtignore

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
pkg/
2+
tests/
3+
assets/
4+
_config.yml
5+
.fixtures.yml

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog - sqlserveralwayson #
22

3-
## Version 1.2.0
3+
## Version 2.0.0
44
- **BREAKING CHANGE** : Require puppetlabs/dsc compiled with SQLServerDSC >= 10.0.0.0
55
- **BREAKING CHANGE** : Changed $sqlservicecredential_username and $sqlagentservicecredential_username format. User accounts now required **WITHOUT** Netbios Domain Name prefix.
66
- **BREAKING CHANGE** : Removed $domainName class parameter. Used facts instead.

metadata.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,5 +39,5 @@
3939
"alwayson",
4040
"sql"
4141
],
42-
"version": "1.2.0"
42+
"version": "2.0.0"
4343
}

0 commit comments

Comments
 (0)