Skip to content

Commit

Permalink
FreeBSD 14.1 is supported
Browse files Browse the repository at this point in the history
  • Loading branch information
nusenu committed Aug 18, 2024
1 parent fb89d52 commit 9865063
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 5 deletions.
3 changes: 1 addition & 2 deletions .kitchen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,8 @@ driver:
platforms:
- name: debian-12
- name: ubuntu-22.04
- name: freebsd-14
- name: freebsd-14.1
driver:
box: roboxes/freebsd14
provision: True
vagrantfiles:
- test/vagrant_provisions/freebsd_vagrant_provision.rb
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ Supported Operating Systems

- Debian 12
- OpenBSD 7.4
- FreeBSD 14.0
- FreeBSD 14.1
- Ubuntu 22.04

Supported Tor Releases
Expand Down
2 changes: 1 addition & 1 deletion meta/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ galaxy_info:
- bookworm
- name: FreeBSD
versions:
- 14.0
- 14.1
- name: OpenBSD
versions:
- 7.4
Expand Down
1 change: 0 additions & 1 deletion test/vagrant_provisions/freebsd_vagrant_provision.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
Vagrant.configure("2") do |config|
config.vm.provision "shell", inline: <<-SHELL
sudo pkg install -y python
sudo ln -s /usr/local/bin/python /usr/bin/python
SHELL
end

0 comments on commit 9865063

Please sign in to comment.