On Tue, May 7, 2013 at 5:39 PM, Francesco <ffragol...@gmail.com> wrote:
>
> Hy I m new to puppet.
> I 'd like to install epel.repo on a my node and this is the module that I ve 
> created
>
> class epel   {
>
>   package { 'epel':
>      provider => 'rpm',
>      ensure => installed,
>      source => 
> 'http://dl.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm'
>  }
> }


Hi,

There exists a Puppet module which does much the same as the
epel-release rpm.  Using it with great success so far.

http://forge.puppetlabs.com/stahnma/epel

And others building on the same concept (Search Forge for 'epel').

-- 
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+unsubscr...@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.


Reply via email to