Skip to main content

Posts

Showing posts with the label spacewalk-repo-sysnc

Add Puppet Labs Repo to Satellite/Spacewalk

I specifically did this on my Spacewalk system (not Satellite) but I assume the procedure is the same. NOTE: If someone feels this is not a valid approach to this, please let me know and I will update the approach or take it down. - You do NOT need to do this part - I downloaded and installed the Puppet RPM to gather info regarding their public repo sudo rpm -ivh http://yum-enterprise.puppetlabs.com/el/6/extras/x86_64/puppetlabs-enterprise-release-extras-6-2.noarch.rpm  - You do NOT need to do this part -       I only imported that RPM to get the following info (/etc/yum.repos.d/puppetlabs.repo)   [puppetlabs-products] name=Puppet Labs Products El 6 - $basearch baseurl=http://yum.puppetlabs.com/el/6/products/$basearch gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-puppetlabs enabled=1 gpgcheck=1 I also used the name of the repo they have chosen. Then login to your Spacewalk admin portal, click on  Channels | Manage Software Channels | Man...