Forum: CFEngine Help
Subject: Re: multiple command sequences as a variable
Author: phnakarin
Link to topic: https://cfengine.com/forum/read.php?3,24113,24117#msg-24117
You should use 'useshell' to your command promise too.
aix:
"sshd_restart" string => "/usr/bin/stopsrc -s sshd; /usr/bin/st
Forum: CFEngine Help
Subject: Re: multiple command sequences as a variable
Author: toddnni
Link to topic: https://cfengine.com/forum/read.php?3,24113,24116#msg-24116
Hi,
shell is not enabled by default in command promises. Use contain => in_shell,
which enables useshell => "true". Then something