]> git.immae.eu Git - perso/Immae/Projets/Puppet.git/blame - modules/base_installation/templates/services/en-dhcp.network.erb
Move app to caldance
[perso/Immae/Projets/Puppet.git] / modules / base_installation / templates / services / en-dhcp.network.erb
CommitLineData
248bd83e
IB
1[Match]
2Name=en*
3
4[Network]
5DHCP=ipv4
6
7<%- unless @ip6.empty? -%>
248bd83e 8Gateway=<%= @ip6["gateway"] %>
248bd83e 9
f8423646
IB
10[Address]
11Address=<%= @ip6["ipAddress"] %>/<%= @ip6["mask"] %>
12
13[Route]
14Destination=<%= @ip6["gateway"] %>
15
16<%- end -%>
248bd83e
IB
17[DHCP]
18UseMTU=true