hello puppet!!
I am attempting to install multiple yum repos in one of my manifests,
but am expressing this incorrectly (and hopefully only slightly)...
how may I express this idea appropriately in puppet?
class centos {
yumrepo { "epel-repo":
baseurl => "http://download.fedoraproject.org/pub/epel/5/\$basearch",
descr => "Epel Repo",
enabled => 1,
gpgcheck => 0,
}
yumrepo { "remi-repo":
baseurl => "http://rpms.famillecollet.com/enterprise/5/remi/\$basearch/",
descr => "Les RPM de remi pour Enterprise Linux 5",
enabled => 1,
gpgcheck => 0,
}
}
thanks and best!!!
--
GPG me!!
gpg --keyserver pool.sks-keyservers.net --recv-keys F186197B
--
You received this message because you are subscribed to the Google Groups
"Puppet Users" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/puppet-users?hl=en.