CFEngine Help: Limit cf-serverd access to certain IPs

2011-09-27 Thread no-reply
Forum: CFEngine Help Subject: Limit cf-serverd access to certain IPs Author: toddnni Link to topic: https://cfengine.com/forum/read.php?3,23620,23620#msg-23620 Hi all, I am trying to limit access to files according to IP-addresses. Currently I use complicated structure like this bundle common n

Re: CFEngine Help: Re: OS patch management -- how to deploy the same patch set to production as you did to testing 3 weeks ago? (How to "take a snapshot" of an OS patch set)

2011-09-27 Thread Aleksey Tsalolikhin
On Thu, Sep 22, 2011 at 9:20 AM, sauer wrote: > Forum: CFEngine Help > Subject: Re: OS patch management -- how to deploy the same patch set to > production as you did to testing 3 weeks ago? (How to "take a snapshot" of an > OS patch set) > Author: sauer > Link to topic: https://cfengine.com/for

Re: CFEngine Help: Reporting promises not kept in Community Edition

2011-09-27 Thread Aleksey Tsalolikhin
On Tue, Sep 27, 2011 at 7:45 AM, crd wrote: > > I've been trying for a few days now to find a way in which to generate some > kind of report when promises are not kept. Dear crd, Have you looked at "action logme" ? See "Creating custom logs" in Reporting special topic guide. (http://cfengin

Re: CFEngine Help: Re: Install "ntp" == "Try to install ntp.*!"

2011-09-27 Thread Jesse Becker
On Tue, Sep 27, 2011 at 01:20:39PM -0400, no-re...@cfengine.com wrote: >Forum: CFEngine Help >Subject: Re: Install "ntp" == "Try to install ntp.*!" >Author: jblaine >Link to topic: https://cfengine.com/forum/read.php?3,23598,23609#msg-23609 > >neilhwatson Wrote: >---

Re: CFEngine Help: Re: Install "ntp" == "Try to install ntp.*!"

2011-09-27 Thread Jesse Becker
On Tue, Sep 27, 2011 at 11:58:51AM -0400, no-re...@cfengine.com wrote: >Forum: CFEngine Help >Subject: Re: Install "ntp" == "Try to install ntp.*!" >Author: neilhwatson >Link to topic: https://cfengine.com/forum/read.php?3,23598,23604#msg-23604 > >Red Hat can have both 32 and 64 bit architecture pa

CFEngine Help: Re: CFEngine Help: Re: How to exploit the data produced by cf-report with community version

2011-09-27 Thread no-reply
Forum: CFEngine Help Subject: Re: CFEngine Help: Re: How to exploit the data produced by cf-report with community version Author: alevin Link to topic: https://cfengine.com/forum/read.php?3,23594,23615#msg-23615 Another example ( also with lastseen ) - lastseen-xymon I'm using "report_outpu

CFEngine Help: Re: COPBL fix for Solaris package_method

2011-09-27 Thread no-reply
Forum: CFEngine Help Subject: Re: COPBL fix for Solaris package_method Author: jblaine Link to topic: https://cfengine.com/forum/read.php?3,23613,23614#msg-23614 And also consider including: bundle edit_line create_handsoff_solaris_pkg_admin_file { insert_lines: solaris::

CFEngine Help: COPBL fix for Solaris package_method

2011-09-27 Thread no-reply
Forum: CFEngine Help Subject: COPBL fix for Solaris package_method Author: jblaine Link to topic: https://cfengine.com/forum/read.php?3,23613,23613#msg-23613 Hardcoding /tmp in this, which takes filename arguments, makes absolutely no sense for a general-purpose library like this. This should be

CFEngine Help: Re: Intended behavior for vars in parametrized bundle?

2011-09-27 Thread no-reply
Forum: CFEngine Help Subject: Re: Intended behavior for vars in parametrized bundle? Author: jblaine Link to topic: https://cfengine.com/forum/read.php?3,23611,23612#msg-23612 sauer Wrote: --- > Say I have a bundle which takes a parameter, and >

CFEngine Help: Intended behavior for vars in parametrized bundle?

2011-09-27 Thread no-reply
Forum: CFEngine Help Subject: Intended behavior for vars in parametrized bundle? Author: sauer Link to topic: https://cfengine.com/forum/read.php?3,23611,23611#msg-23611 Say I have a bundle which takes a parameter, and then I refer to that bundle a nmber of times with different parameters. Is th

Re: CFEngine Help: Re: Install "ntp" == "Try to install ntp.*!"

2011-09-27 Thread Nicolas Charles
On 27/09/2011 19:20, no-re...@cfengine.com wrote: > Forum: CFEngine Help > Subject: Re: Install "ntp" == "Try to install ntp.*!" > Author: jblaine > Link to topic: https://cfengine.com/forum/read.php?3,23598,23609#msg-23609 > > neilhwatson Wrote: > --

CFEngine Help: Re: Install "ntp" == "Try to install ntp.*!"

2011-09-27 Thread no-reply
Forum: CFEngine Help Subject: Re: Install "ntp" == "Try to install ntp.*!" Author: jblaine Link to topic: https://cfengine.com/forum/read.php?3,23598,23609#msg-23609 neilhwatson Wrote: --- > Red Hat can have both 32 and 64 bit architecture > pack

Re: combining classes

2011-09-27 Thread Daniel V. Klein
Both of your ideas should work, but CFEngine is rather picky about quotes... Try: "class_ab" or => {"class_a", "class_b"} "class_ab" expression => "class_a|class_b"; -Dan On Sep 27, 2011, at 12:13 PM, D'Ausilio, John wrote: > I define some classes in a common bundle represe

CFEngine Help: Is select_class is malfunctioning on 3.2.0?

2011-09-27 Thread no-reply
Forum: CFEngine Help Subject: Is select_class is malfunctioning on 3.2.0? Author: msvob...@linkedin.com Link to topic: https://cfengine.com/forum/read.php?3,23607,23607#msg-23607 I'm trying to use the new feature introduced in 3.1.5 called select_class. https://cfengine.com/manuals/cf3-reference.

combining classes

2011-09-27 Thread D'Ausilio, John
I define some classes in a common bundle representing groups of hosts: class_a or => {classify("a1"),classify("a2"),classify("a3")}; class_b or => {classify("b1"),classify("b2"),classify("b3")}; I can't seem to find a way to combine the two classes other than the trivial solution shouldn't somet

CFEngine Help: Re: problem with RSA keys on HP-UX 11.31 ia 64

2011-09-27 Thread no-reply
Forum: CFEngine Help Subject: Re: problem with RSA keys on HP-UX 11.31 ia 64 Author: Beto Link to topic: https://cfengine.com/forum/read.php?3,23600,23605#msg-23605 I did not have any such problem running 3.0.5 on HP-UX 11.31 ia64. Suggest you compile and test a more current cfengine version (3

CFEngine Help: Re: Install "ntp" == "Try to install ntp.*!"

2011-09-27 Thread no-reply
Forum: CFEngine Help Subject: Re: Install "ntp" == "Try to install ntp.*!" Author: neilhwatson Link to topic: https://cfengine.com/forum/read.php?3,23598,23604#msg-23604 Red Hat can have both 32 and 64 bit architecture packages installed. Cfengine cannot know which one to install without being e

CFEngine Help: Re: Install "ntp" == "Try to install ntp.*!"

2011-09-27 Thread no-reply
Forum: CFEngine Help Subject: Re: Install "ntp" == "Try to install ntp.*!" Author: jblaine Link to topic: https://cfengine.com/forum/read.php?3,23598,23603#msg-23603 zzamboni Wrote: --- > It would seem that the problem is being caused by > packag

CFEngine Help: Re: Reporting promises not kept in Community Edition

2011-09-27 Thread no-reply
Forum: CFEngine Help Subject: Re: Reporting promises not kept in Community Edition Author: neilhwatson Link to topic: https://cfengine.com/forum/read.php?3,23601,23602#msg-23602 Use a naming convention. Something like bundlename_promisetype_promiser_status. In your example you might use testbu

CFEngine Help: Reporting promises not kept in Community Edition

2011-09-27 Thread no-reply
Forum: CFEngine Help Subject: Reporting promises not kept in Community Edition Author: crd Link to topic: https://cfengine.com/forum/read.php?3,23601,23601#msg-23601 I've been trying for a few days now to find a way in which to generate some kind of report when promises are not kept. We only have