Removed debug prints
This commit is contained in:
parent
5184e10af9
commit
9d8d6cd332
22
nginx.cf
22
nginx.cf
|
@ -194,9 +194,9 @@ commands:
|
|||
|
||||
|
||||
reports:
|
||||
"SITE: $(site[domain]): $(site[logrotate])";
|
||||
"SF: @(site)";
|
||||
"DF $(domain_file)";
|
||||
# "SITE: $(site[domain]): $(site[logrotate])";
|
||||
# "SF: @(site)";
|
||||
# "DF $(domain_file)";
|
||||
|
||||
delete::
|
||||
"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