feat: manage the nzbget service #112
@ -8,4 +8,6 @@ class nzbget::params (
|
|||||||
Boolean $manage_group = true,
|
Boolean $manage_group = true,
|
||||||
Stdlib::Host $bind_address = '127.0.0.1',
|
Stdlib::Host $bind_address = '127.0.0.1',
|
||||||
Stdlib::Port $port = 6789,
|
Stdlib::Port $port = 6789,
|
||||||
|
Boolean $service_enable = true,
|
||||||
|
String $service_name = 'nzbget',
|
||||||
) { }
|
) { }
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user