Re: CFEngine Help: Re: ${this.promiser} in comments

2011-07-15 Thread Sven Hergenhahn
On Fri, Jul 15, 2011 at 09:44:08AM +0200, Mark Burgess wrote: > On 07/15/2011 09:31 AM, Mikhail Gusarov wrote: > > Seems to be a bug. Please open a bug in our bugtracker. > [...] there is no difference in the way that () and {} are handled. > Logically, there should be full symmetry between these c

copbl: bug in bundle cronjob

2011-07-14 Thread Sven Hergenhahn
Hi, here on my Fedora and Redhat boxes, user crontab files are located under /var/spool/cron/ --- cfengine_stdlib.cf.old        2011-07-14 16:33:33.460698807 +0200 +++ cfengine_stdlib.cf        2011-07-14 16:42:23.110447442 +0200 @@ -390,7 +390,9 @@  vars:    SuSE::     "crontab" string => "/var/

${this.promiser} in comments

2011-07-14 Thread Sven Hergenhahn
Hi, I just found out that ${this.promiser} is not resolved in comments whereas  $(this.promiser) is   files:     any::       "${tmpdirs}"         handle  => "fix_tmp_dirs",         comment => "Fix permissions of tmpdir $(this.promiser)",         perms => m("1777");      "${tmpdirs}"         hand

cfengine.com down

2011-07-07 Thread Sven Hergenhahn
Hi, it seems that the webserver (manuals and forum) is currently unavailable. Hope this mail makes it through to you guys though... Cheers, Sven -- Sven Hergenhahn IT-Services DENIC eG Kaiserstraße 75-77 60329 Frankfurt am Main GERMANY smime.p7s Description: S/MIME cryptographic signature

Re: CFEngine Help: Re: Cfengine Help: Re: Advice on using package promises

2011-07-05 Thread Sven Hergenhahn
Hi, I'm still trying to get this to work: Goal ist to install or at least upgrade to subversion 1.6.x # /bin/rpm -q --qf '%{name} %{version} %{arch}\n' subversion subversion 1.4.2 x86_64 bundle agent packagesClient { packages: "subversion" package_policy => "addupdate", pack

Re: CFEngine Help: Re: Cfengine Help: Re: Advice on using package promises

2011-07-04 Thread Sven Hergenhahn
Hi Jessica, thanks for bringing this topic into view. I'm currently struggling myself with a consistent way of installing/updating RPMs via yum and I'm also challenged by the necessity to upgrade some packages continuosly with the latest version available while installing and keeping others at a

cf2: ANDing class-setting functions

2010-12-02 Thread Sven Hergenhahn
Hi, attention - cfengine2 !!! I'm trying to set a class based on other classes (compound statement), but seem to be running into problems: control: actionsequence = ( copy ) pyver = ( 'somevalue' ) classes: has_etc_dir = ( IsDir("/etc") ) has_ETC_dir = ( IsDir("/ETC") )

building cfengine 3.0.3 (pgsql problem)

2010-02-02 Thread Sven Hergenhahn
Hi, a similar question to this has been asked before here, but for 3.0.0b and the proposed solutions do not seem to work for me. First of all - what is --with-sql for? What do I need these SQL functions for? Or do I only loose some not so important extra-features? If so - which ones? I'm on Ub