mirror of
https://github.com/cliffe/SecGen.git
synced 2026-02-22 03:38:01 +00:00
9 lines
186 B
Plaintext
9 lines
186 B
Plaintext
# this file is managed by puppet
|
|
<%- @config.sort.map do |section,conf| -%>
|
|
[<%= section -%>]
|
|
<%- conf.sort.map do |key,value| -%>
|
|
<%= key %> = <%= value %>
|
|
<%- end -%>
|
|
|
|
<%- end -%>
|