Added support for deploying RPM signing keys from puppet fileserver.

This commit is contained in:
Timo Mkinen 2011-03-18 14:13:42 +02:00
parent 5c8fed20c6
commit 045ce0a3a5
2 changed files with 16 additions and 2 deletions

View file

@ -6,9 +6,9 @@ baseurl=<%= baseurl %>
<% else -%>
mirrorlist=<%= mirrorlist %>
<% end -%>
<% if gpgkey != '' -%>
<% if gpgkey_real != '' -%>
gpgcheck=1
gpgkey=<%= gpgkey %>
gpgkey=<%= gpgkey_real %>
<% else -%>
gpgcheck=0
<% end -%>