puppet-ironic/templates/dnsmasq_tftp_server.erb

12 lines
284 B
Plaintext

# Configuration for a dnsmasq based TFTP service
port=0
bind-interfaces
enable-tftp
tftp-root=<%= @tftp_root_real %>
<% if @tftp_bind_host -%>
listen-address=<%= @tftp_bind_host %>
<% end -%>
<% if ! @dnsmasq_log_facility.nil? -%>
log-facility=<%= @dnsmasq_log_facility %>
<% end -%>