1
2body common control
3{
4      bundlesequence => { "one" };
5}
6
7body agent control
8{
9      environment => { "A=123", "B=456", "PGK_PATH=/tmp"};
10}
11
12bundle agent one
13{
14  commands:
15
16      "/usr/bin/env";
17}
18