Files
confdroid_ssh/templates/custom_config.erb
2026-04-14 16:20:49 +02:00

8 lines
474 B
Plaintext

###############################################################################
##### DO NOT EDIT THIS FILE MANUALLY #
##### This file is managed by Puppet. Any changes to this file will be #
##### overwritten. Update the Puppet define input instead. #
###############################################################################
<% @config_content.each do |config_line| -%>
<%= config_line %>
<% end -%>