changed string to data.
This commit is contained in:
parent
c23ab2a4db
commit
3f320b5cd1
|
@ -78,7 +78,7 @@ vars:
|
||||||
"phpm" string => "php";
|
"phpm" string => "php";
|
||||||
|
|
||||||
ubuntu::
|
ubuntu::
|
||||||
"modules" string => '[
|
"modules" data => '[
|
||||||
{m:"$(phpm)",f:"libphp$(install_php.version)"},
|
{m:"$(phpm)",f:"libphp$(install_php.version)"},
|
||||||
{m:"proxy",f:"mod_proxy"},
|
{m:"proxy",f:"mod_proxy"},
|
||||||
{m:"proxy_http",f:"mod_proxy_http"},
|
{m:"proxy_http",f:"mod_proxy_http"},
|
||||||
|
|
Loading…
Reference in New Issue