Browse Source

added more options to the yum repo

Matt Woodson 10 years ago
parent
commit
9f59e1bad6
1 changed files with 4 additions and 0 deletions
  1. 4 0
      roles/yum_repo/templates/yumrepo.j2

+ 4 - 0
roles/yum_repo/templates/yumrepo.j2

@@ -3,3 +3,7 @@ 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 }}