From 8b14edcf9191a8615ffba12294c36abf4d18efc2 Mon Sep 17 00:00:00 2001 From: Benjamin Krein Date: Wed, 4 Mar 2015 23:03:39 -0500 Subject: [PATCH] convert deprecated # to ; --- templates/authentication.ini.erb | 4 ++-- templates/config.ini.erb | 4 ++-- templates/resources.ini.erb | 4 ++-- templates/roles.ini.erb | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/templates/authentication.ini.erb b/templates/authentication.ini.erb index c2fe822..7a1e68c 100644 --- a/templates/authentication.ini.erb +++ b/templates/authentication.ini.erb @@ -1,5 +1,5 @@ -# WARNING: This host definition is automatically generated by Puppet. -# ANY MANUAL CHANGES TO IT WILL GET OVERWRITTEN! +; WARNING: This host definition is automatically generated by Puppet. +; ANY MANUAL CHANGES TO IT WILL GET OVERWRITTEN! [icingaweb2] backend = "<%= @auth_backend %>" diff --git a/templates/config.ini.erb b/templates/config.ini.erb index c15ceb6..0bd4a72 100644 --- a/templates/config.ini.erb +++ b/templates/config.ini.erb @@ -1,5 +1,5 @@ -# WARNING: This host definition is automatically generated by Puppet. -# ANY MANUAL CHANGES TO IT WILL GET OVERWRITTEN! +; WARNING: This host definition is automatically generated by Puppet. +; ANY MANUAL CHANGES TO IT WILL GET OVERWRITTEN! [logging] log = "<%= @log_method %>" diff --git a/templates/resources.ini.erb b/templates/resources.ini.erb index 21ef6a5..04f85b7 100644 --- a/templates/resources.ini.erb +++ b/templates/resources.ini.erb @@ -1,5 +1,5 @@ -# WARNING: This host definition is automatically generated by Puppet. -# ANY MANUAL CHANGES TO IT WILL GET OVERWRITTEN! +; WARNING: This host definition is automatically generated by Puppet. +; ANY MANUAL CHANGES TO IT WILL GET OVERWRITTEN! [icingaweb_db] type = "<%= @web_type %>" diff --git a/templates/roles.ini.erb b/templates/roles.ini.erb index ab2de0f..f79604d 100644 --- a/templates/roles.ini.erb +++ b/templates/roles.ini.erb @@ -1,5 +1,5 @@ -# WARNING: This host definition is automatically generated by Puppet. -# ANY MANUAL CHANGES TO IT WILL GET OVERWRITTEN! +; WARNING: This host definition is automatically generated by Puppet. +; ANY MANUAL CHANGES TO IT WILL GET OVERWRITTEN! [admins] users = "<%= @admin_users %>"