diff --git a/.sync.yml b/.sync.yml index 7f9660e9..0bc5c2b6 100644 --- a/.sync.yml +++ b/.sync.yml @@ -39,3 +39,10 @@ appveyor.yml: RUBY_VER: 193 - PUPPET_GEM_VERSION: 3.7.0 RUBY_VER: 200-x64 +LICENSE: + license_type: 'puppetpe' +NOTICE: + unmanaged: true +MAINTAINERS.md: + maintainers: + - "Puppet Windows Team `windows |at| puppet |dot| com`" \ No newline at end of file diff --git a/Gemfile b/Gemfile index aa07cdef..15017571 100644 --- a/Gemfile +++ b/Gemfile @@ -79,6 +79,17 @@ if puppet_gem_location != :gem || puppetversion < '3.5.0' if Gem::Platform.local.os == 'mingw32' explicitly_require_windows_gems = true end + + if puppet_gem_location == :gem + # If facterversion hasn't been specified and we are + # looking for a Puppet Gem version less than 3.5.0, we + # need to ensure we get a good Facter for specs. + gem "facter",">= 1.6.11","<= 1.7.5",:require => false unless facterversion + # If hieraversion hasn't been specified and we are + # looking for a Puppet Gem version less than 3.5.0, we + # need to ensure we get a good Hiera for specs. + gem "hiera",">= 1.0.0","<= 1.3.0",:require => false unless hieraversion + end end if explicitly_require_windows_gems @@ -91,10 +102,6 @@ if explicitly_require_windows_gems gem "win32-security", "~> 0.1.2", :require => false gem "win32-service", "0.7.2", :require => false gem "minitar", "0.5.4", :require => false - # If facterversion hasn't been specified and we are - # looking for a Puppet Gem version less than 3.5.0, we - # need to ensure we get a good Facter for Windows specs. - gem "facter",">= 1.6.11","<= 1.7.5",:require => false unless facterversion else gem "ffi", "~> 1.9.0", :require => false gem "win32-eventlog", "~> 0.5", :require => false diff --git a/LICENSE b/LICENSE index 3377324e..779b992f 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ This Module is only available for users of Puppet Enterprise with a valid Software License Agreement for Puppet Enterprise. This Module is not available for users of Puppet software under an open source license. -By downloading this Module, you agree that you have a valid Software License Agreement with Puppet Labs for +By downloading this Module, you agree that you have a valid Software License Agreement with Puppet for Puppet Enterprise and you further agree that your use of this Module is governed by the terms of that Software License Agreement. diff --git a/MAINTAINERS.md b/MAINTAINERS.md new file mode 100644 index 00000000..cfa2be42 --- /dev/null +++ b/MAINTAINERS.md @@ -0,0 +1,6 @@ +## Maintenance + +Maintainers: + - Puppet Windows Team `windows |at| puppet |dot| com` + +Tickets: https://tickets.puppet.com/browse/MODULES. Make sure to set component to `sqlserver`. \ No newline at end of file diff --git a/appveyor.yml b/appveyor.yml index ac16298c..8c859114 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,6 +1,6 @@ version: 1.1.x.{build} skip_commits: - message: /(^\(?doc\)?.*|.*[A|a]cceptance [T|t]est.*)/ + message: /^\(?doc\)?.*/ clone_depth: 10 init: - SET