summaryrefslogtreecommitdiff
path: root/puppet/modules/openvpn/templates/client_specific_config.erb
blob: 62cc0e7a55f4de1cff63c0da39cb435f63e18f4c (plain)
1
2
3
4
5
6
7
8
9
10
<% scope.lookupvar('iroute').each do |route| -%>
iroute <%= route %>
<% end -%>
<% if ifconfig = scope.lookupvar('ifconfig') -%>
ifconfig-push <%= ifconfig %>
<% end -%>
<% scope.lookupvar('dhcp_options').each do |option| -%>
push dhcp-option <%= option %>
<% end -%>