CFEngine Help: Re: installing specific packages from local directory

2012-04-20 Thread no-reply
Forum: CFEngine Help Subject: Re: installing specific packages from local directory Author: jmosco Link to topic: https://cfengine.com/forum/read.php?3,25415,25641#msg-25641 I did something like this. # $Id$ # # wget epel repo only of package is not already installed bundle agent epel_wget

CFEngine Help: Re: installing specific packages from local directory

2012-04-19 Thread no-reply
Forum: CFEngine Help Subject: Re: installing specific packages from local directory Author: jmosco Link to topic: https://cfengine.com/forum/read.php?3,25415,25628#msg-25628 I have tried this as well. I'm surprised there isnt someting in the library for this. Maybe there is and i

CFEngine Help: Re: installing specific packages from local directory

2012-04-02 Thread Denis Zinevich
Thanks, that works fine, but i was wondering if there is some less smart/clever way ? Like just to specify directory/list of files and install everything in it. What i'm thinking about is just say: - vars: "r" slist => { "R-core-2.12.2-1.el5.x86_64.rpm", "libRmath-2.12.2-1.el5.

CFEngine Help: Re: installing specific packages from local directory

2012-03-30 Thread no-reply
Forum: CFEngine Help Subject: Re: installing specific packages from local directory Author: neilhwatson Link to topic: https://cfengine.com/forum/read.php?3,25415,25418#msg-25418 vars: 'epelrpm' string => 'epel-release'; 'epelrpm' string =

installing specific packages from local directory

2012-03-30 Thread Denis Zinevich
Hello all, can someone clarify what is right way for installing rpm's from local directory ? I can do this with command: rpm -i but that does not seem to be right way. I've tried to get use of some bodis from stdlib, but all of them seems to be much more complex and flexible than i nee