search for: yum_repository

Displaying 2 results from an estimated 2 matches for "yum_repository".

2013 Jan 24
4
Dependency Cycle with puppetlabs-mrepo
Hi, I''m gettinng a dependency cycle when using PE 2.7, puppetlabs::mrepo, "role classes" and hiera : I''m trying to mirror RHN repos : # ROLE CLASS > class site::yum_repository{ > > $repos = hiera(''site::yum_repository::repos'') > create_resources(mrepo::repo::rhn, $repos) > } > # HIERA DEFAULTS > mrepo::params::src_root : ''/srv/mrepo'' > mrepo::params::www_root : ''/srv/www/mrepo''...
2017 Mar 05
1
How to automatically confirm importing repo key?
...t up provisioning LXC container running CentOS. And among other things, I need to install nginx + passenger from a non-official repo (the docs: https://www.phusionpassenger.com/library/install/nginx/install/oss/el7/). With this playbook: - hosts: all tasks: # https://docs.ansible.com/ansible/yum_repository_module.html - name: Add repository yum_repository: # from https://oss-binaries.phusionpassenger.com/yum/definitions/el-passenger.repo name: passenger description: Passenger repository baseurl: https://oss-binaries.phusionpassenger.com/yum/passenger/el/$rele...