summaryrefslogtreecommitdiffstats
path: root/roles/yum_repo/templates/yumrepo.j2
diff options
context:
space:
mode:
authorThomas Wiest <twiest@users.noreply.github.com>2015-04-09 15:24:58 -0400
committerThomas Wiest <twiest@users.noreply.github.com>2015-04-09 15:24:58 -0400
commitcd953f338d6678cc4c89d27a9aa457eabd29140d (patch)
treebb1a72d8021f5cab575213854c88488256c58567 /roles/yum_repo/templates/yumrepo.j2
parentf0ae24d8346ba8cafe6c8f9890433789b5367078 (diff)
parentf28ff57f98140a1a22423df34d6457ee669fe714 (diff)
downloadopenshift-cd953f338d6678cc4c89d27a9aa457eabd29140d.tar.gz
openshift-cd953f338d6678cc4c89d27a9aa457eabd29140d.tar.bz2
openshift-cd953f338d6678cc4c89d27a9aa457eabd29140d.tar.xz
openshift-cd953f338d6678cc4c89d27a9aa457eabd29140d.zip
Merge pull request #147 from detiber/refactor_yum_repos
refactor yum_repo role to handle multiple repos/files
Diffstat (limited to 'roles/yum_repo/templates/yumrepo.j2')
-rw-r--r--roles/yum_repo/templates/yumrepo.j29
1 files changed, 0 insertions, 9 deletions
diff --git a/roles/yum_repo/templates/yumrepo.j2 b/roles/yum_repo/templates/yumrepo.j2
deleted file mode 100644
index af879be31..000000000
--- a/roles/yum_repo/templates/yumrepo.j2
+++ /dev/null
@@ -1,9 +0,0 @@
-[{{ repo_tag }}]
-name={{ repo_name }}
-baseurl={{ repo_baseurl }}
-enabled={{ repo_enabled }}
-gpg_check={{ repo_gpg_check }}
-sslverify={{ repo_sslverify }}
-sslclientcert={{ repo_client_cert }}
-sslclientkey={{ repo_client_key }}
-gpgkey={{ repo_gpgkey }}