Project

General

Profile

« Previous | Next » 

Revision c2454f15

Added by Dominic Cleal about 10 years ago

templates - sync from community-templates

(cherry picked from commit 17c95ca8d6ac63514011cfee6137011002f57286)

View differences:

app/views/unattended/kickstart/finish.erb
/usr/sbin/ntpdate -sub <%= @host.params['ntp-server'] || '0.fedora.pool.ntp.org' %>
/usr/sbin/hwclock --systohc
<% if @host.respond_to?(:otp) && @host.otp && @host.realm && @host.realm.realm_type == "FreeIPA" -%>
<% if @host.info["parameters"]["realm"] && @host.otp && @host.realm && @host.realm.realm_type == "FreeIPA" -%>
<%= snippet "freeipa_register" %>
<% end -%>

Also available in: Unified diff