File: edit_template.cf

package info (click to toggle)
cfengine3 3.15.2-3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 34,456 kB
  • sloc: ansic: 145,932; sh: 8,550; makefile: 1,558; yacc: 1,192; python: 1,056; lex: 758; perl: 211; pascal: 149; awk: 58; xml: 21; sed: 13
file content (21 lines) | stat: -rw-r--r-- 322 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21

body common control
{
      bundlesequence => { "main" };
}

bundle agent main
{
  vars:

      "here"  string => "/home/a10004/LapTop/cfengine/core/examples";

      "list" slist => { "one", "two", "three" };

  files:

      "/tmp/output"

      create => "true",
      edit_template => "$(here)/input.edittemplate";
}