mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-01 08:13:08 +00:00
Add support for NetBSD
While I only checked on NetBSD 7.0, it seems to use the same rc system as FreeBSD so it should be working for now.
This commit is contained in:
committed by
Brian Coca
parent
6ffd494efb
commit
db8719cf8b
@@ -727,6 +727,11 @@ class FreeBSDHostname(Hostname):
|
||||
distribution = None
|
||||
strategy_class = FreeBSDStrategy
|
||||
|
||||
class NetBSDHostname(Hostname):
|
||||
platform = 'NetBSD'
|
||||
distribution = None
|
||||
strategy_class = FreeBSDStrategy
|
||||
|
||||
|
||||
# ===========================================
|
||||
|
||||
|
||||
Reference in New Issue
Block a user