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
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
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.
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 =
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