Displaying 2 results from an estimated 2 matches for "yum_repositori".
Did you mean:
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
>
2017 Mar 05
1
How to automatically confirm importing repo key?
Hi,
I'm trying to set 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: