mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-15 09:04:39 +00:00
dns: if at first you don't succeed...
... wrap with array() to proceed!
This commit is contained in:
parent
399b9090a4
commit
a561aa5ef8
@ -39,8 +39,8 @@ function dnsmasq_enabled()
|
||||
function dnsmasq_configure()
|
||||
{
|
||||
return array(
|
||||
'dns' => 'dnsmasq_configure_do',
|
||||
'hosts' => 'dnsmasq_hosts_generate:0',
|
||||
'dns' => array('dnsmasq_configure_do'),
|
||||
'hosts' => array('dnsmasq_hosts_generate:0'),
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
@ -39,8 +39,8 @@ function unbound_enabled()
|
||||
function unbound_configure()
|
||||
{
|
||||
return array(
|
||||
'dns' => 'unbound_configure_do',
|
||||
'hosts' => 'unbound_hosts_generate:0',
|
||||
'dns' => array('unbound_configure_do'),
|
||||
'hosts' => array('unbound_hosts_generate:0'),
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user