Removed debug prints
This commit is contained in:
parent
5184e10af9
commit
9d8d6cd332
22
nginx.cf
22
nginx.cf
|
@ -194,9 +194,9 @@ commands:
|
||||||
|
|
||||||
|
|
||||||
reports:
|
reports:
|
||||||
"SITE: $(site[domain]): $(site[logrotate])";
|
# "SITE: $(site[domain]): $(site[logrotate])";
|
||||||
"SF: @(site)";
|
# "SF: @(site)";
|
||||||
"DF $(domain_file)";
|
# "DF $(domain_file)";
|
||||||
|
|
||||||
delete::
|
delete::
|
||||||
"DELETE TRUE";
|
"DELETE TRUE";
|
||||||
|
@ -211,3 +211,19 @@ reports:
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
bundle agent nginx_vhosts(sites)
|
||||||
|
{
|
||||||
|
vars:
|
||||||
|
"idx" slist => getindices(@(sites));
|
||||||
|
methods:
|
||||||
|
"any" usebundle => nginx_vhost(@(sites[$(idx)]));
|
||||||
|
|
||||||
|
reports:
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue