Skip to content

Commit

Permalink
Merge pull request sous-chefs#402 from legal90/remove-freebsd
Browse files Browse the repository at this point in the history
Remove FreeBSD platform support
  • Loading branch information
legal90 authored Jan 18, 2017
2 parents 9e597ff + d8be24f commit 3cbc7ab
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 5 deletions.
2 changes: 0 additions & 2 deletions .kitchen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ platforms:
- name: centos-5.11
- name: debian-8.2
- name: debian-7.9
- name: freebsd-10.2
named_run_list: freebsd
- name: windows-2012r2

suites:
Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ _may_ work, but your mileage may vary.
- Ubuntu 12.04, 14.04
- Windows 2012r2
- Debian 7.9, 8.2
- FreeBSD 10.2

### Client
Out of the box the default recipe installs and configures the Consul
Expand Down
1 change: 0 additions & 1 deletion metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
supports 'redhat', '>= 6.4'
supports 'ubuntu', '>= 12.04'
supports 'solaris2'
supports 'freebsd'
supports 'arch'
supports 'windows'

Expand Down
1 change: 0 additions & 1 deletion test/fixtures/policies/default.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,4 @@
default_source :chef_repo, '..'
cookbook 'consul', path: '../../..'
run_list 'consul_spec::default'
named_run_list :freebsd, 'freebsd::default', 'sudo::default', run_list
named_run_list :client, 'consul::default'

0 comments on commit 3cbc7ab

Please sign in to comment.