Skip to content

Commit

Permalink
Merge pull request #17 from dpattmann/master
Browse files Browse the repository at this point in the history
Support for Debian 8
  • Loading branch information
TheSerapher committed May 4, 2016
2 parents 3fd833e + 67ec3be commit d1b165f
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 344 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
/bin/
/bundle/
/vendor/gems/
Gemfile.lock

# Berkshelf
/cookbooks/
Expand Down
14 changes: 7 additions & 7 deletions .kitchen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,19 @@ provisioner:
name: chef_zero

platforms:
- name: centos-7.0
- name: centos-6.5
- name: centos-5.10
- name: centos-7.2
- name: centos-6.7
- name: centos-5.11
- name: ubuntu-12.04
- name: ubuntu-14.04
- name: debian-7.4
- name: debian-6.0.8
- name: debian-8.4
- name: debian-7.9

suites:
- name: default
run_list:
- recipe[up2date]
- recipe[vsftpd]
- recipe[apt::default]
- recipe[vsftpd::default]
attributes:
vsftpd:
config:
Expand Down
1 change: 1 addition & 0 deletions Berksfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ source 'https://supermarket.getchef.com'
metadata

cookbook 'openssl', git: 'https://github.com/opscode-cookbooks/openssl.git'
cookbook 'apt', '>= 3.0'
331 changes: 0 additions & 331 deletions Gemfile.lock

This file was deleted.

Loading

0 comments on commit d1b165f

Please sign in to comment.