summaryrefslogtreecommitdiff
path: root/templates/conf.erb
diff options
context:
space:
mode:
Diffstat (limited to 'templates/conf.erb')
-rw-r--r--templates/conf.erb9
1 files changed, 9 insertions, 0 deletions
diff --git a/templates/conf.erb b/templates/conf.erb
new file mode 100644
index 0000000..c7e332a
--- /dev/null
+++ b/templates/conf.erb
@@ -0,0 +1,9 @@
+# THIS FILE IS MANAGED BY PUPPET
+[<%= @section -%>]
+<% @config.each do |key, value| -%>
+<% if value != '' -%>
+<%= key -%> = <%= value %>
+<% else -%>
+<%= key %>
+<% end -%>
+<% end %>