of Red Hat Enterprise Linux Server release 5.9 (Tikanga)
----------------------------------------------------------------------------
[root@oel-puppet-master modules]# yum list facter
Loaded plugins: rhnplugin, security
This system is not registered with ULN.
You can use up2date --register to register.
ULN support will be disabled.
Installed Packages
facter.x86_64 1:1.7.1-1.el5 installed
Available Packages
facter.noarch 1.6.6-1.el5
puppetlabs-products
[root@oel-puppet-master modules]# yum list puppet
Loaded plugins: rhnplugin, security
This system is not registered with ULN.
You can use up2date --register to register.
ULN support will be disabled.
Installed Packages
puppet.noarch 3.1.1-1.el5 installed
Available Packages
puppet.noarch 3.2.1-1.el5
puppetlabs-products
[root@oel-puppet-master modules]#
-------------------------------------------------------------------------------------------
package { "puppet":
ensure => latest,
require => [ Yumrepo["puppetlabs-products"],
Package["facter"] ],
notify => Service["puppet"],
}
package { "facter":
ensure => latest,
require => Yumrepo["puppetlabs-products"],
notify => Service["puppet"],
}
----------------------------------------------------------------------------------------------------------------
Here is the repofile
---------------------------------
[root@oel-puppet-master modules]# cat /etc/yum.repos.d/puppetlabs.repo
[puppetlabs-products]
name=Puppet Labs Products El 5 - $basearch
baseurl=http://yum.puppetlabs.com/el/5/products/$basearch
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-puppetlabs
enabled=1
gpgcheck=1
-------------------------------------------------------
yum repolist | grep puppetlabs-products
This system is not registered with ULN.
You can use up2date --register to register.
ULN support will be disabled.
puppetlabs-products Puppet Labs Products El 5 - x86_64
262
[root@oel-puppet-master modules]#
-----------------------------------------------------------------------------------------------------
Could you mind to advise where I am going wrong ...
-------------------------------------------------------------------------------------------------
--
You received this message because you are subscribed to the Google Groups "Puppet Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to puppet-users+unsubscribe@googlegroups.com.
To post to this group, send email to puppet-users@googlegroups.com.
Visit this group at http://groups.google.com/group/puppet-users?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.