I wan't to use a specific repo but when I run 'puppet agent' use Epel repo

11 views
Skip to first unread message

Luis León

unread,
Jan 21, 2014, 4:18:47 AM1/21/14
to puppet...@googlegroups.com
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
Reply all
Reply to author
Forward
0 new messages