For example with this code

yumrepo { 'erlang':
    baseurl     => '[url_repo]',
    enabled    => 1,
    gpgcheck => 0,
  }

  package {'erlang':
    ensure  => installed,
    require  => Yumrepo['erlang']
  }

I look for solutions that disable epel (and that's what I used) but is 
there any solution to use a specific repo?

Thanks!!
Luis

-- 
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 [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/puppet-users/e12eb390-2755-4b79-9bf6-a4a81035e84a%40googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to