diff options
author | Jan Dittberner <jandd@cacert.org> | 2022-01-20 18:23:03 +0100 |
---|---|---|
committer | Jan Dittberner <jandd@cacert.org> | 2022-01-20 18:23:03 +0100 |
commit | 1635c91aa1c2469976c938e56d4323107261e7ae (patch) | |
tree | 5231339c8ea03a6b88e4c9c2fc05fd3de4b2d5d5 /sitemodules/roles/manifests/translations.pp | |
parent | 9999f26cc3e5730956635651911e7e19cc4ab097 (diff) | |
download | cacert-puppet-1635c91aa1c2469976c938e56d4323107261e7ae.tar.gz cacert-puppet-1635c91aa1c2469976c938e56d4323107261e7ae.tar.xz cacert-puppet-1635c91aa1c2469976c938e56d4323107261e7ae.zip |
Manage certificate translations.cacert.org
Diffstat (limited to 'sitemodules/roles/manifests/translations.pp')
-rw-r--r-- | sitemodules/roles/manifests/translations.pp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sitemodules/roles/manifests/translations.pp b/sitemodules/roles/manifests/translations.pp index 006dd6f..e8d2998 100644 --- a/sitemodules/roles/manifests/translations.pp +++ b/sitemodules/roles/manifests/translations.pp @@ -18,7 +18,7 @@ # Copyright # --------- # -# Copyright 2018-2019 Jan Dittberner +# Copyright 2018-2022 Jan Dittberner # class roles::translations { include profiles::base @@ -26,4 +26,5 @@ class roles::translations { include profiles::purge_nrpe_agent include profiles::icinga2_agent include profiles::pootle + include profiles::x509cert_common } |