Skip to content

Commit

Permalink
fix Debian package name
Browse files Browse the repository at this point in the history
  • Loading branch information
Lightning- committed Jul 23, 2024
1 parent 6e267d2 commit 5225c96
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 17 deletions.
3 changes: 0 additions & 3 deletions data/Debian-10.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions data/Debian-8.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions data/Debian-9.yaml

This file was deleted.

2 changes: 0 additions & 2 deletions data/Debian-family.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
---
proftpd::config: '/etc/proftpd/proftpd.conf'
proftpd::group: 'nogroup'
proftpd::packages:
- 'proftpd-basic'
proftpd::user: 'proftpd'
2 changes: 1 addition & 1 deletion data/Debian.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
---
proftpd::packages:
- 'proftpd-core'
- 'proftpd-basic'
6 changes: 1 addition & 5 deletions spec/classes/init_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,7 @@
expected_base_dir = '/etc/proftpd'
expected_log_dir = '/var/log/proftpd'
expected_run_dir = '/var/run/proftpd'
expected_packages = if facts[:os]['distro']['codename'] == 'bullseye'
['proftpd-core']
else
['proftpd-basic']
end
expected_packages = ['proftpd-basic']
expected_service_name = 'proftpd'
when 'RedHat'
expected_config = '/etc/proftpd.conf'
Expand Down

0 comments on commit 5225c96

Please sign in to comment.