Skip to content

Commit

Permalink
Add SUSE support
Browse files Browse the repository at this point in the history
  • Loading branch information
zuazo committed Aug 30, 2015
1 parent 1e15cc9 commit 939623e
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 6 deletions.
14 changes: 8 additions & 6 deletions .kitchen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,18 +9,20 @@ provisioner:

platforms:
- name: centos-5.11
- name: centos-6.6
- name: centos-6.7
- name: centos-7.1
- name: debian-6.0.10
- name: debian-7.8
- name: debian-8.1
- name: fedora-21
- name: opensuse-13.1-x86_64
driver_config:
box: opscode-opensuse-13.1
box_url: http://opscode-vm-bento.s3.amazonaws.com/vagrant/virtualbox/opscode_opensuse-13.1-x86_64_chef-provisionerless.box
- name: ubuntu-10.04
- name: ubuntu-12.04
- name: ubuntu-14.04
- name: ubuntu-14.10
- name: fedora-19
driver_config:
box_url: http://opscode-vm-bento.s3.amazonaws.com/vagrant/virtualbox/opscode_fedora-19_chef-provisionerless.box
- name: fedora-20
- name: ubuntu-15.04

suites:
- name: default
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,9 @@ This cookbook has been tested on the following platforms:
* CentOS
* Debian
* Fedora
* OpenSUSE
* RedHat
* SUSE
* Ubuntu

Please, [let us know](https://github.com/zuazo/swap_tuning-cookbook/issues/new?title=I%20have%20used%20it%20successfully%20on%20...) if you use it successfully on any other platform.
Expand Down
2 changes: 2 additions & 0 deletions metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,9 @@
supports 'centos'
supports 'debian'
supports 'fedora'
supports 'opensuse'
supports 'redhat'
supports 'suse'
supports 'ubuntu'

depends 'swap', '~> 0.3'
Expand Down

0 comments on commit 939623e

Please sign in to comment.