summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Dittberner <jandd@cacert.org>2019-07-19 22:52:25 +0200
committerJan Dittberner <jandd@cacert.org>2019-07-19 22:52:25 +0200
commit19b3bdde4f8250af81f65980486ada4630cea56e (patch)
tree27ff41df8b7bcdde819467600863d750f29b6f74
parentdeeded2d44beb9dd7735543d0c230996297b2ed4 (diff)
downloadcacert-puppet-19b3bdde4f8250af81f65980486ada4630cea56e.tar.gz
cacert-puppet-19b3bdde4f8250af81f65980486ada4630cea56e.tar.xz
cacert-puppet-19b3bdde4f8250af81f65980486ada4630cea56e.zip
Add missing quotation sign in template
-rw-r--r--sitemodules/profiles/templates/icinga2_master/conf.d/api-users.conf.epp2
1 files changed, 1 insertions, 1 deletions
diff --git a/sitemodules/profiles/templates/icinga2_master/conf.d/api-users.conf.epp b/sitemodules/profiles/templates/icinga2_master/conf.d/api-users.conf.epp
index d7587d8..f503447 100644
--- a/sitemodules/profiles/templates/icinga2_master/conf.d/api-users.conf.epp
+++ b/sitemodules/profiles/templates/icinga2_master/conf.d/api-users.conf.epp
@@ -6,7 +6,7 @@
* This file is managed by Puppet and should not be modified manually.
*/
<%- $api_users.each |$api_user| { -%>
-object ApiUser "<%= $api_user['username'] %> {
+object ApiUser "<%= $api_user['username'] %>" {
password = "<%= $api_user['password'] %>"
// client_cn = ""