Skip to content

Commit

Permalink
Update dokken config and bump to Chef 13+
Browse files Browse the repository at this point in the history
  • Loading branch information
martinisoft committed Nov 20, 2018
1 parent f04733f commit 455e1b7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 10 deletions.
9 changes: 2 additions & 7 deletions .kitchen.dokken.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,20 +33,16 @@ platforms:
intermediate_instructions:
- RUN /usr/bin/apt-get update
- RUN /usr/bin/apt-get install dnsutils -y
volumes:
- /sys/fs/cgroup:/sys/fs/cgroup:ro # required by systemd

- name: centos-6
driver:
image: dokken/centos-6
pid_one_command: /sbin/init

- name: centos-7
driver:
image: dokken/centos-7
platform: rhel
pid_one_command: /usr/lib/systemd/systemd
volumes:
- /sys/fs/cgroup:/sys/fs/cgroup:ro # required by systemd

- name: debian-8
driver:
Expand All @@ -55,5 +51,4 @@ platforms:
intermediate_instructions:
- RUN /usr/bin/apt-get update
- RUN /usr/bin/apt-get install dnsutils -y
volumes:
- /sys/fs/cgroup:/sys/fs/cgroup:ro # required by systemd

4 changes: 1 addition & 3 deletions metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,9 @@
source_url 'https://github.com/dnsimple/chef-pdns'
issues_url 'https://github.com/dnsimple/chef-pdns/issues'

chef_version '>= 12.14'
chef_version '>= 13'

supports 'ubuntu', '>= 14.04'
supports 'debian', '>= 8.0'
supports 'centos', '>= 6.0'
supports 'redhat', '>= 6.0'

depends 'apt'

0 comments on commit 455e1b7

Please sign in to comment.