summaryrefslogtreecommitdiffstats
path: root/fuel/build/f_resolvconf/puppet/modules/opnfv/templates/resolv.conf.erb
blob: 7a29dcaf77182ef48b669c9ba846c59b6c68e538 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
##############################################################################
# Copyright (c) 2015 Ericsson AB and others.
# stefan.k.berg@ericsson.com
# jonas.bjurel@ericsson.com
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Apache License, Version 2.0
# which accompanies this distribution, and is available at
# http://www.apache.org/licenses/LICENSE-2.0
##############################################################################

# Dynamic resolv.conf(5) file for glibc resolver(3) generated by resolvconf(8)
#     DO NOT EDIT THIS FILE BY HAND -- YOUR CHANGES WILL BE OVERWRITTEN
# Modified by OPNFV.
<% @nameservers.each do |ns| %>nameserver <%= ns %>
<% end -%>