fix dpkg name
This commit is contained in:
parent
4303861003
commit
8799d758ca
|
@ -18,7 +18,7 @@ class dns::knotdns(
|
||||||
|
|
||||||
# Install the package stuff
|
# Install the package stuff
|
||||||
exec {"Install KnotDNS + KnotREST":
|
exec {"Install KnotDNS + KnotREST":
|
||||||
command => "apt-get install -fy knot knot-host knot-utils libknot14 python3-knot-rest=$knotrestversion && touch $control_file",
|
command => "apt install -fy knot knot-host knot-dnsutils libknot14 python3-knot-rest=$knotrestversion && touch $control_file",
|
||||||
}
|
}
|
||||||
|
|
||||||
# Install KnotDNS configuration
|
# Install KnotDNS configuration
|
||||||
|
|
Loading…
Reference in a new issue