Cfengine Help: Re: regex help

2011-05-04 Thread no-reply
Forum: Cfengine Help Subject: Re: regex help Author: sauer Link to topic: https://cfengine.com/forum/read.php?3,21705,21776#msg-21776 Yes, I'm saying put a .* at the end. :) To handle the zero-width look-arounds, imagine that there's an index which keeps track of which character you're at in the

Re: Cfengine 3.1.5 is released -- a bugfix release

2011-05-04 Thread Nick Anderson
On 05/04/2011 04:01 PM, Aleksey Tsalolikhin wrote: > Thank you, great stuff! > > I'm pleased to see > > - 478: [Other] the version field cannot contain the > the colon character ":" (mark) - resolved. > > which enables embedding RCS/CVS tags in the version > field, thanks! You know

Re: Cfengine 3.1.5 is released -- a bugfix release

2011-05-04 Thread Aleksey Tsalolikhin
Thank you, great stuff! I'm pleased to see - 478: [Other] the version field cannot contain the the colon character ":" (mark) - resolved. which enables embedding RCS/CVS tags in the version field, thanks! Aleksey ___ Help-cfengine mailing

Cfengine Help: Re: Why is insert_lines not convergant?

2011-05-04 Thread no-reply
Forum: Cfengine Help Subject: Re: Why is insert_lines not convergant? Author: mark Link to topic: https://cfengine.com/forum/read.php?3,21682,21773#msg-21773 Please check 3.1.5 before filing a bug report ___ Help-cfengine mailing list Help-cfengine@cfen

Cfengine Help: Re: Why is insert_lines not convergant?

2011-05-04 Thread no-reply
Forum: Cfengine Help Subject: Re: Why is insert_lines not convergant? Author: msvob...@linkedin.com Link to topic: https://cfengine.com/forum/read.php?3,21682,21772#msg-21772 Well, I'm pretty sure this is a bug. # ls -altr sudoers-MACHINE_GROUP* -r--r- 1 root root 163 Apr 28 09

Re: Cfengine 3.1.5 is released -- a bugfix release

2011-05-04 Thread Jonathan CLARKE
Hi, On 02/05/2011 16:37, Mikhail Gusarov wrote: > Hello, > > Cfengine 3.1.5 is available on > http://www.cfengine.org/pages/source_code > > This release fixes a number of issues discovered after 3.1.4 release, > full list of them is available on > https://cfengine.com/bugtracker/changelog_page.p

Re: Running postmap for Postfix mail configuration

2011-05-04 Thread Jesse Becker
On Wed, May 04, 2011 at 08:52:36AM -0400, Ari Constancio wrote: >Hello, > >I'm trying the example from >http://www.cfengine.org/manuals/cf3-solutions.html#Postfix-mail-configuration >. >However, /etc/postfix/sasl-passwd needs to be converted with postmap >before restarting Postfix. > >What's the pr

Cfengine Help: Re: random executions or unpredictable file editing

2011-05-04 Thread no-reply
Forum: Cfengine Help Subject: Re: random executions or unpredictable file editing Author: neilhwatson Link to topic: https://cfengine.com/forum/read.php?3,21763,21769#msg-21769 To try and reproduce this, create a self-contained policy directed at a temp target file. Have the policy run regularly

Re: Cfengine Help: Re: random executions or unpredictable file editing

2011-05-04 Thread Stefan Moravcik
body classes DefineIfChanged(class) { promise_repaired => { "$(class)" }; } ___ Help-cfengine mailing list Help-cfengine@cfengine.org https://cfengine.org/mailman/listinfo/help-cfengine

Re: Running postmap for Postfix mail configuration

2011-05-04 Thread Mikhail Gusarov
On 05/04/2011 02:52 PM, Ari Constancio wrote: > I'm trying the example from > http://www.cfengine.org/manuals/cf3-solutions.html#Postfix-mail-configuration > . > However, /etc/postfix/sasl-passwd needs to be converted with postmap > before restarting Postfix. > > What's the proper way to deal wit

Cfengine Help: Re: random executions or unpredictable file editing

2011-05-04 Thread no-reply
Forum: Cfengine Help Subject: Re: random executions or unpredictable file editing Author: neilhwatson Link to topic: https://cfengine.com/forum/read.php?3,21763,21765#msg-21765 Please show the DefineIfChanged body. ___ Help-cfengine mailing list Help-cf

Running postmap for Postfix mail configuration

2011-05-04 Thread Ari Constancio
Hello, I'm trying the example from http://www.cfengine.org/manuals/cf3-solutions.html#Postfix-mail-configuration . However, /etc/postfix/sasl-passwd needs to be converted with postmap before restarting Postfix. What's the proper way to deal with this? I thought of defining a new class ("changed_s

Cfengine Help: Re: regex help

2011-05-04 Thread no-reply
Forum: Cfengine Help Subject: Re: regex help Author: neilhwatson Link to topic: https://cfengine.com/forum/read.php?3,21705,21764#msg-21764 Sauer, Are you suggesting that the regex be this: (\S+\s+){5}(?&1 > /dev/null).* If I understand this correctly then the look arounds need a contingency m

random executions or unpredictable file editing

2011-05-04 Thread Stefan Moravcik
Hi, I have been using cfengine for some time now, and most of the time I had used just one config file with all configuration in it. Recently have divided cf file to multiple ones. eg. one with bundle agent default and second with bundle edit_line edit_file the configuration is very similar to