Page MenuHomeSoftware Heritage

category.pp
No OneTemporary

category.pp

# ex: syntax=puppet si ts=4 sw=4 et
define bind::logging::category (
$channels
) {
concat::fragment { "bind-logging-category-${name}":
order => "60-${name}",
target => "${::bind::confdir}/logging.conf",
content => inline_template("\tcategory <%= @name %> {\n<% Array(@channels).each { |c| %>\t\t<%= c %>;\n<% } %>\t};\n"),
}
}

File Metadata

Mime Type
text/plain
Expires
Jun 4 2025, 6:39 PM (14 w, 2 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3398684

Event Timeline