Merge branch 'puppet3'
Conflicts: ntpd/templates/ntp.conf.erb wiki/templates/collab-wsgi.conf.erb
This commit is contained in:
commit
49a8ae3004
112 changed files with 522 additions and 517 deletions
|
@ -1,14 +1,14 @@
|
|||
[<%= name %>]
|
||||
name=<%= descr_real %>
|
||||
enabled=<% if status == 'disable' %>0<% else %>1<% end %>
|
||||
<% if baseurl != '' -%>
|
||||
baseurl=<%= baseurl %>
|
||||
[<%= @name %>]
|
||||
name=<%= @descr_real %>
|
||||
enabled=<% if @status == 'disable' %>0<% else %>1<% end %>
|
||||
<% if @baseurl != '' -%>
|
||||
baseurl=<%= @baseurl %>
|
||||
<% else -%>
|
||||
mirrorlist=<%= mirrorlist %>
|
||||
mirrorlist=<%= @mirrorlist %>
|
||||
<% end -%>
|
||||
<% if gpgkey_real != '' -%>
|
||||
<% if @gpgkey_real != '' -%>
|
||||
gpgcheck=1
|
||||
gpgkey=<%= gpgkey_real %>
|
||||
gpgkey=<%= @gpgkey_real %>
|
||||
<% else -%>
|
||||
gpgcheck=0
|
||||
<% end -%>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue