Mercurial > repos > other > Puppet
view modules/python/templates/inifile.erb @ 312:490d7ec20172
Make firewall rule numbering consistent for Dovecot
author | IBBoard <dev@ibboard.co.uk> |
---|---|
date | Sun, 23 Feb 2020 20:29:42 +0000 |
parents | c42fb28cff86 |
children |
line wrap: on
line source
# this file is managed by puppet <%- @config.sort.map do |section,conf| -%> [<%= section -%>] <%- conf.sort.map do |key,value| -%> <%= key %> = <%= value %> <%- end -%> <%- end -%>