convert deprecated # to ;

This commit is contained in:
Benjamin Krein 2015-03-04 23:03:39 -05:00 committed by Tom De Vylder
parent 4332ff8eaa
commit 8b14edcf91
4 changed files with 8 additions and 8 deletions

View file

@ -1,5 +1,5 @@
# WARNING: This host definition is automatically generated by Puppet. ; WARNING: This host definition is automatically generated by Puppet.
# ANY MANUAL CHANGES TO IT WILL GET OVERWRITTEN! ; ANY MANUAL CHANGES TO IT WILL GET OVERWRITTEN!
[icingaweb2] [icingaweb2]
backend = "<%= @auth_backend %>" backend = "<%= @auth_backend %>"

View file

@ -1,5 +1,5 @@
# WARNING: This host definition is automatically generated by Puppet. ; WARNING: This host definition is automatically generated by Puppet.
# ANY MANUAL CHANGES TO IT WILL GET OVERWRITTEN! ; ANY MANUAL CHANGES TO IT WILL GET OVERWRITTEN!
[logging] [logging]
log = "<%= @log_method %>" log = "<%= @log_method %>"

View file

@ -1,5 +1,5 @@
# WARNING: This host definition is automatically generated by Puppet. ; WARNING: This host definition is automatically generated by Puppet.
# ANY MANUAL CHANGES TO IT WILL GET OVERWRITTEN! ; ANY MANUAL CHANGES TO IT WILL GET OVERWRITTEN!
[icingaweb_db] [icingaweb_db]
type = "<%= @web_type %>" type = "<%= @web_type %>"

View file

@ -1,5 +1,5 @@
# WARNING: This host definition is automatically generated by Puppet. ; WARNING: This host definition is automatically generated by Puppet.
# ANY MANUAL CHANGES TO IT WILL GET OVERWRITTEN! ; ANY MANUAL CHANGES TO IT WILL GET OVERWRITTEN!
[admins] [admins]
users = "<%= @admin_users %>" users = "<%= @admin_users %>"