1
2body common control
3{
4      bundlesequence => { "main" };
5}
6
7bundle agent main
8{
9  vars:
10
11      "here"  string => "/home/a10004/LapTop/cfengine/core/examples";
12
13      "list" slist => { "one", "two", "three" };
14
15  files:
16
17      "/tmp/output"
18
19      create => "true",
20      edit_template => "$(here)/input.edittemplate";
21}
22