summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authoram <am@d66ca3ae-40d7-4aa7-90d4-87d79ca94279>2008-03-10 13:21:57 +0000
committeram <am@d66ca3ae-40d7-4aa7-90d4-87d79ca94279>2008-03-10 13:21:57 +0000
commit248c5af0e05478fb7f3b38f8c4b438a88cdc105b (patch)
tree90ca5bd4f30605384a49ade12864a30b9f1f13e3 /templates
parenteb2b476b22d675c2117da4b5bddae1f07ab4eee9 (diff)
umwandlung in class, und def. von variablen
git-svn-id: https://svn/ipuppet/trunk/modules/resolvconf@1057 d66ca3ae-40d7-4aa7-90d4-87d79ca94279
Diffstat (limited to 'templates')
-rw-r--r--templates/resolvconf.erb8
1 files changed, 8 insertions, 0 deletions
diff --git a/templates/resolvconf.erb b/templates/resolvconf.erb
new file mode 100644
index 0000000..58efe73
--- /dev/null
+++ b/templates/resolvconf.erb
@@ -0,0 +1,8 @@
+# managed by puppet
+
+domain <%= real_resolvconf_domain %>
+search <%= real_resolvconf_search %>
+nameserver1 <%= real_resolvconf_nameserver1 %>
+nameserver2 <%= real_resolvconf_nameserver2 %>
+nameserver3 <%= real_resolvconf_nameserver3 %>
+