Resolves #585 - inheritance for noip service
This commit is contained in:
parent
eec72794fd
commit
2ceb4a9526
1 changed files with 1 additions and 0 deletions
|
@ -818,6 +818,7 @@ my %services = (
|
||||||
'update' => \&nic_noip_update,
|
'update' => \&nic_noip_update,
|
||||||
'examples' => \&nic_noip_examples,
|
'examples' => \&nic_noip_examples,
|
||||||
'variables' => {
|
'variables' => {
|
||||||
|
%{$variables{'service-common-defaults'}},
|
||||||
'atime' => setv(T_NUMBER, 0, 1, 0, undef),
|
'atime' => setv(T_NUMBER, 0, 1, 0, undef),
|
||||||
'custom' => setv(T_BOOL, 0, 1, 0, undef),
|
'custom' => setv(T_BOOL, 0, 1, 0, undef),
|
||||||
'host' => setv(T_STRING, 1, 1, '', undef),
|
'host' => setv(T_STRING, 1, 1, '', undef),
|
||||||
|
|
Loading…
Reference in a new issue