Displaying 4 results from an estimated 4 matches for "repopath".
2013 Nov 12
1
Own Package Installscript
...notify {"${operatingsystem}
${operatingsystemrelease} detected":}
notify {"Installing $packagename now:":}
exec { ''installing $packagename'':
command => "rpm -iv
${repopath}${packagename}",
path => ["/usr/bin", "/usr/sbin", "/bin"]
}
}
}
}
The Script works perfekt if the Variables are inside the Script.
Now I want to use this class for Building a tom...
2009 Mar 14
1
AARGH! I can't make rsync not copy dirs with --files-from option
...pp/packages/backports/x86_64/kio_iso-1.99.1.svn6082-7.1.x86_64.rpm
These files are on host 'alchemy'. I want to rsync them to host 'nirvana'
under /home/backup/rpms/(delta,i586,noarch,src,x86_64), respectively. The
rsync call in the script is is:
REPOHOST=nirvana.3111skyline.com
REPOPATH=/home/backup/rpms
TEMPDIR=/tmp/zyppcon
TMPDIREXISTS=0
RUSER=david
/usr/bin/rsync -auv --files-from=${TEMPDIR}/${i} /
${RUSER}@${REPOHOST}:${REPOPATH}/${i}
rsync is called from within a for loop where $i iterates through the files
(delta,i586,noarch,src,x86_64)
All I am trying to do is to rsync...
2007 Jun 20
1
How to handle package conflicts between classes ..
...installed,
require => [ Mkyumrepo["fedora-ds"],
Mkyumrepo["custom"], Mkyumrepo["base"] ]
}
mkyumrepo { "fedora-ds":
descr => "Fedora Directory Server repo",
repopath =>
"/$operatingsystem/fedora-ds/\$releasever/\$basearch/",
gpgcheck => 0,
enabled => 1
}
append_if_no_such_line
{ "sysctl-keepalive":
file => "/etc/s...
2008 Aug 21
0
kickstart error on 5.2 exception
...id.instClass.ksparser.includeDepth: 0
id.instClass.ksparser.followIncludes: True
id.instClass.ksparser.ksdata: Already dumped
id.instClass.ksparser.missingIncludeIsFatal: True
id.instClass.ksparser.sawPackageSection: True
id.instClass.earlySwapOn: 1
id.instClass.repopaths: {'base': CentOS}
id.instClass.ksdata: Already dumped
id.instClass.file: /tmp/ks.cfg
id.instClass.anaconda: Already dumped
id.instClass.serial: False
id.instClass.id: Already dumped
id.floppyDevice: fd0
id.isHeadless: 0
id.videocard: Already dumped
id.instLangua...