fix
This commit is contained in:
parent
51087c591a
commit
c75d64d114
|
@ -1,7 +1,7 @@
|
|||
class dns::knotdns(
|
||||
$knotdnsrepo = 'ppa:cz.nic-labs/knot-dns-latest'
|
||||
$knotrestrepo = 'ppa:pettai/knot-rest'
|
||||
$knotrestversion = '0.0.2-1'
|
||||
$knotdnsrepo = 'ppa:cz.nic-labs/knot-dns-latest',
|
||||
$knotrestrepo = 'ppa:pettai/knot-rest',
|
||||
$knotrestversion = '0.0.2-1',
|
||||
){
|
||||
|
||||
# This is a control file used to skip these semi-heavy installation steps
|
||||
|
|
Loading…
Reference in a new issue