Forum: CFEngine Help Subject: Re: CFEngine Help: Multple (identical) command executions optimized away? Author: j.mullins Link to topic: https://cfengine.com/forum/read.php?3,25778,25780#msg-25780
Nick, I don't believe this is related to locks. I see the same behavior even when I run without locks (-K). For example, given the following, 'ls' is only executed once: body common control { bundlesequence => { "test" }; } bundle agent test { commands: "/bin/ls"; "/bin/ls"; } $ /var/cfengine/bin/cf-agent -I -K -f debug.cf _______________________________________________ Help-cfengine mailing list Help-cfengine@cfengine.org https://cfengine.org/mailman/listinfo/help-cfengine