Skip to content

Commit 9f7004e

Browse files
committed
Merge pull request #165 from ferventcoder/master
Merge up to master from stable after modsync changes
2 parents a889469 + 4ef6e75 commit 9f7004e

File tree

5 files changed

+26
-6
lines changed

5 files changed

+26
-6
lines changed

.sync.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,3 +39,10 @@ appveyor.yml:
3939
RUBY_VER: 193
4040
- PUPPET_GEM_VERSION: 3.7.0
4141
RUBY_VER: 200-x64
42+
LICENSE:
43+
license_type: 'puppetpe'
44+
NOTICE:
45+
unmanaged: true
46+
MAINTAINERS.md:
47+
maintainers:
48+
- "Puppet Windows Team `windows |at| puppet |dot| com`"

Gemfile

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,17 @@ if puppet_gem_location != :gem || puppetversion < '3.5.0'
7979
if Gem::Platform.local.os == 'mingw32'
8080
explicitly_require_windows_gems = true
8181
end
82+
83+
if puppet_gem_location == :gem
84+
# If facterversion hasn't been specified and we are
85+
# looking for a Puppet Gem version less than 3.5.0, we
86+
# need to ensure we get a good Facter for specs.
87+
gem "facter",">= 1.6.11","<= 1.7.5",:require => false unless facterversion
88+
# If hieraversion hasn't been specified and we are
89+
# looking for a Puppet Gem version less than 3.5.0, we
90+
# need to ensure we get a good Hiera for specs.
91+
gem "hiera",">= 1.0.0","<= 1.3.0",:require => false unless hieraversion
92+
end
8293
end
8394

8495
if explicitly_require_windows_gems
@@ -91,10 +102,6 @@ if explicitly_require_windows_gems
91102
gem "win32-security", "~> 0.1.2", :require => false
92103
gem "win32-service", "0.7.2", :require => false
93104
gem "minitar", "0.5.4", :require => false
94-
# If facterversion hasn't been specified and we are
95-
# looking for a Puppet Gem version less than 3.5.0, we
96-
# need to ensure we get a good Facter for Windows specs.
97-
gem "facter",">= 1.6.11","<= 1.7.5",:require => false unless facterversion
98105
else
99106
gem "ffi", "~> 1.9.0", :require => false
100107
gem "win32-eventlog", "~> 0.5", :require => false

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
This Module is only available for users of Puppet Enterprise with a valid Software License Agreement
22
for Puppet Enterprise. This Module is not available for users of Puppet software under an open source license.
33

4-
By downloading this Module, you agree that you have a valid Software License Agreement with Puppet Labs for
4+
By downloading this Module, you agree that you have a valid Software License Agreement with Puppet for
55
Puppet Enterprise and you further agree that your use of this Module is governed by the terms of that
66
Software License Agreement.

MAINTAINERS.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
## Maintenance
2+
3+
Maintainers:
4+
- Puppet Windows Team `windows |at| puppet |dot| com`
5+
6+
Tickets: https://tickets.puppet.com/browse/MODULES. Make sure to set component to `sqlserver`.

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
version: 1.1.x.{build}
22
skip_commits:
3-
message: /(^\(?doc\)?.*|.*[A|a]cceptance [T|t]est.*)/
3+
message: /^\(?doc\)?.*/
44
clone_depth: 10
55
init:
66
- SET

0 commit comments

Comments
 (0)