Forum: CFEngine Help
Subject: Re: Wildcard Characters in commands
Author: bahamat
Link to topic: https://cfengine.com/forum/read.php?3,25733,25734#msg-25734

Use this instead:


bundle agent example
{
commands:
"/bin/ls /var/log/tomcat/*.gz"
    contain => inshell;
}

body contain inshell
{
useshell => "true";
}


_______________________________________________
Help-cfengine mailing list
Help-cfengine@cfengine.org
https://cfengine.org/mailman/listinfo/help-cfengine

Reply via email to