Merge pull request #105 from inkblot/puppet-4
Update to support puppet 4
This commit is contained in:
commit
f5429e62b2
@ -1,13 +1,12 @@
|
|||||||
language: ruby
|
language: ruby
|
||||||
rvm:
|
rvm:
|
||||||
- 1.9.3
|
|
||||||
- 2.0.0
|
- 2.0.0
|
||||||
|
- 2.1.0
|
||||||
env:
|
env:
|
||||||
- PUPPET_VERSION=3.3.0
|
|
||||||
- PUPPET_VERSION=3.4.0
|
|
||||||
- PUPPET_VERSION=3.7.0
|
- PUPPET_VERSION=3.7.0
|
||||||
- PUPPET_VERSION=3.8.0
|
- PUPPET_VERSION=3.8.0
|
||||||
- PUPPET_VERSION=4.0.0
|
- PUPPET_VERSION=4.0.0
|
||||||
|
- PUPPET_VERSION=4.5.0
|
||||||
gemfile: Gemfile.travis
|
gemfile: Gemfile.travis
|
||||||
before_install: 'cp Gemfile Gemfile.travis'
|
before_install: 'cp Gemfile Gemfile.travis'
|
||||||
notifications:
|
notifications:
|
||||||
|
|||||||
@ -1,4 +0,0 @@
|
|||||||
# ex: si ts=2 sw=2 et
|
|
||||||
:hierarchy:
|
|
||||||
- osfamily/%{::osfamily}
|
|
||||||
- common
|
|
||||||
@ -2,8 +2,8 @@
|
|||||||
version: 4
|
version: 4
|
||||||
datadir: data
|
datadir: data
|
||||||
hierarchy:
|
hierarchy:
|
||||||
- name: "OS family"
|
- name: "Platform"
|
||||||
backend: yaml
|
|
||||||
path: "osfamily/%{facts.os.family}"
|
|
||||||
- name: "common"
|
|
||||||
backend: yaml
|
backend: yaml
|
||||||
|
paths:
|
||||||
|
- "osfamily/%{facts.os.family}"
|
||||||
|
- "common"
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "inkblot/bind",
|
"name": "inkblot/bind",
|
||||||
"version": "6.0.1",
|
"version": "7.0.0",
|
||||||
"author": "inkblot",
|
"author": "inkblot",
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"summary": "ISC BIND name server",
|
"summary": "ISC BIND name server",
|
||||||
@ -28,8 +28,7 @@
|
|||||||
],
|
],
|
||||||
"dependencies": [
|
"dependencies": [
|
||||||
{ "name": "puppetlabs/stdlib" },
|
{ "name": "puppetlabs/stdlib" },
|
||||||
{ "name": "puppetlabs/concat", "version_requirement": ">=1.0.0 <2.0.0" },
|
{ "name": "puppetlabs/concat", "version_requirement": ">=1.0.0 <2.0.0" }
|
||||||
{ "name": "ripienaar/module_data", "version_requirement": ">=0.0.3" }
|
|
||||||
],
|
],
|
||||||
"data_provider": "hiera"
|
"data_provider": "hiera"
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user