diff options
author | Jan Dittberner <jandd@cacert.org> | 2019-07-19 22:42:23 +0200 |
---|---|---|
committer | Jan Dittberner <jandd@cacert.org> | 2019-07-19 22:42:23 +0200 |
commit | 1a9f37adf8873bdcc1698395f12c18f580af6963 (patch) | |
tree | 2b2d409136632d44a694502299a30183012f80a2 /sitemodules/profiles/templates | |
parent | 19b98a09fdf87d739b665182d99c90fc367793fa (diff) | |
download | cacert-puppet-1a9f37adf8873bdcc1698395f12c18f580af6963.tar.gz cacert-puppet-1a9f37adf8873bdcc1698395f12c18f580af6963.tar.xz cacert-puppet-1a9f37adf8873bdcc1698395f12c18f580af6963.zip |
Fix data type description for Icinga2 API user list
Diffstat (limited to 'sitemodules/profiles/templates')
-rw-r--r-- | sitemodules/profiles/templates/icinga2_master/conf.d/api-users.epp.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sitemodules/profiles/templates/icinga2_master/conf.d/api-users.epp.conf b/sitemodules/profiles/templates/icinga2_master/conf.d/api-users.epp.conf index 4b73364..d449939 100644 --- a/sitemodules/profiles/templates/icinga2_master/conf.d/api-users.epp.conf +++ b/sitemodules/profiles/templates/icinga2_master/conf.d/api-users.epp.conf @@ -1,4 +1,4 @@ -<%- | Array[Hash[String, String]] $api_users +<%- | Array[Hash[String, Variant[String, Tuple[String, 1]]]] $api_users | -%> /** * The APIUser objects are used for authentication against the API. |