Skip to content

Commit

Permalink
openwrt: serverspec test to ensure logd is removed
Browse files Browse the repository at this point in the history
This way we dont have another regression and accidentally find logd
installed.
  • Loading branch information
sarcasticadmin committed Nov 29, 2023
1 parent 722c5f9 commit a262c1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/serverspec/spec/shared/openwrt/init.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
DEFAULT_BINS=["apinger", "awk", "bash", "logrotate",
"rsyslogd", "tcpdump"]

REMOVED_BINS=["snmpd", "dropbear"]
REMOVED_BINS=["snmpd", "dropbear", "logd"]

DEFAULT_SERVICES=["apinger", "crond", "rsyslogd", "lldpd"]

Expand Down

0 comments on commit a262c1f

Please sign in to comment.