Today I begin the conversion of our CF2 environment to CF3.

Some basic questions I would like clarification on please.  In the below:

        allowconnects         => { "127.0.0.1" , "::1", @(def.acl) };

Each of the 3 items within brackets are regex’s.  But, at an examples CF3 code 
site, I see this:

        
allowconnects       => { "10.1.16.0/20" };

If I understand this correctly, the above statement will not work as intended 
because the regex will only match the string “10.1.16.0/20”.  Is this correct?

Also, where are the values for @(def.acl) coming from?
_______________________________________________
Help-cfengine mailing list
Help-cfengine@cfengine.org
https://cfengine.org/mailman/listinfo/help-cfengine

Reply via email to