Removed debug prints

This commit is contained in:
Tobias Herre 2024-04-04 11:30:30 +02:00
parent 5184e10af9
commit 9d8d6cd332
1 changed files with 19 additions and 3 deletions

View File

@ -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:
}