Displaying 2 results from an estimated 2 matches for "bundlesequ".
2019 Jul 10
2
Scope of classes in CFE 3.10.2 on CentOS 7
...ld depend on directories
existing inside /tmp/scope_of_class. I have two subdirectories
# ls -1 /tmp/scope_of_class/
webserver.example.com
ws-1.example.com
but when I run CFE I do NOT get expected behaviour for the definition of
class is_dir:
# cf-agent -IK --file ./samples/scope_of_class.cf --bundlesequence
scope_of_class
info: Using command line specified bundlesequence
R: is_dir is SET
R: server = ws-1.example.com
R: is_dir is UNset
R: server = ws-2.example.com
R: server = webserver.example.com
When the bundle scope_of_class_b1 is processed for parameter
webserver.example.com I expect is...
2018 Jul 26
4
Problem with definition of slist in CFEngine
...uot;, but
I'm interested in the value of $(info.info_list)" in "r1:", I only have
"r2:" and "r3:" here to maybe help to localize the problem which is
described later. Definition of "info_list" works fine for now:
# cf-agent -IK --file ./info.cf --bundlesequence info
info: Using command line specified bundlesequence
R: r1: includes.dir ............... = $(includes.dir)
R: r1: sys.arch ................... = x86_64
R: r1: sys.bindir ................. = /var/cfengine/bin
R: r1: sys.cdate .................. = Thu_Jul_26_16_09_20_2018
R: r1: sys.cf_pro...