CFEngine Help: Bind serial number

2012-08-31 Thread no-reply
Forum: CFEngine Help Subject: Bind serial number Author: paco699 Link to topic: https://cfengine.com/forum/read.php?3,27164,27164#msg-27164 Hello @ll, I have a problem of incrementation of serial number of my zones for bind. Indeed, cfengine don't increment this serial number. What makes that my

CFEngine Help: Re: List element extraction fails

2012-08-31 Thread no-reply
Forum: CFEngine Help Subject: Re: List element extraction fails Author: neilhwatson Link to topic: https://cfengine.com/forum/read.php?3,27162,27163#msg-27163 AFAIK it is not possible to call out a single element in a list. ___ Help-cfengine mailing lis

CFEngine Help: List element extraction fails

2012-08-31 Thread no-reply
Forum: CFEngine Help Subject: List element extraction fails Author: m...@last.fm Link to topic: https://cfengine.com/forum/read.php?3,27162,27162#msg-27162 Hi, I have some code which is intended to enumerate various bits of information about the host it's running on, and then, using that, replac

Re: indentation and insert_lines

2012-08-31 Thread Diego Zamboni
Greg, You could split the lines into a list, then you can still pass them to insert_lines but they will not be indented. Just separate them by commas in your code, should work fine. --Diego On Aug 31, 2012, at 7:56 AM, Gregory Matthews wrote: > how do ppl reconcile indentation for readability

indentation and insert_lines

2012-08-31 Thread Gregory Matthews
how do ppl reconcile indentation for readability in .cf files with the needs to insert lines that are not indented? for example: g_dnsserver.my_serv_name:: "/etc/sysconfig/network-scripts/ifcfg-eth0-range0" create => "true", edit_defaults => empty, edit_line