body common control { bundlesequence => { "test" }; inputs => { "cfengine_stdlib.cf" }; } bundle agent test { commands: "/bin/echo restart"; methods: "any" usebundle => call; } bundle agent call { commands: "/bin/echo restart"; }