Files
confdroid_ssh/templates/custom_config.erb

8 lines
474 B
Plaintext
Raw Normal View History

2026-04-14 16:20:49 +02:00
###############################################################################
##### 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 -%>