Explorar el Código

added more options to the yum repo

Matt Woodson hace 10 años
padre
commit
9f59e1bad6
Se han modificado 1 ficheros con 4 adiciones y 0 borrados
  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 }}