Forum: CFEngine Help
Subject: Re: reasonable "list append" workaround?
Author: bennettroller
Link to topic: https://cfengine.com/forum/read.php?3,23935,24013#msg-24013

this is an example how we are appending to an slist:

        any::
        "service" slist => {
                "avahi-daemon",
                "bluetooth",
                "ip6tables",
                "iptables",
                "autofs",
                "dsm_om_connsvc",
                "gpm"
                },
                policy => "free";

        !policyhost::
        "service" slist => {
                @{service},
                "cfengine3"
                },
                policy => "free";

_______________________________________________
Help-cfengine mailing list
Help-cfengine@cfengine.org
https://cfengine.org/mailman/listinfo/help-cfengine

Reply via email to