Skip to content

Commit

Permalink
feat(gentoo): add support
Browse files Browse the repository at this point in the history
  • Loading branch information
myii committed Feb 27, 2021
1 parent 82c6eef commit 9af94d8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/integration/default/controls/config_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@
case platform[:name]
when 'arch'
'/etc/vsftpd.conf'
when 'gentoo'
'/etc/vsftpd/vsftpd.conf'
end
end

Expand Down
4 changes: 4 additions & 0 deletions vsftpd/osfamilymap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,7 @@ FreeBSD:

RedHat:
vsftpd_config: /etc/vsftpd/vsftpd.conf

Gentoo:
server: net-ftp/vsftpd
vsftpd_config: /etc/vsftpd/vsftpd.conf

0 comments on commit 9af94d8

Please sign in to comment.