summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--hieradata/nodes/translations.yaml11
-rw-r--r--sitemodules/roles/manifests/translations.pp3
2 files changed, 13 insertions, 1 deletions
diff --git a/hieradata/nodes/translations.yaml b/hieradata/nodes/translations.yaml
index 643daf7..dec4ae9 100644
--- a/hieradata/nodes/translations.yaml
+++ b/hieradata/nodes/translations.yaml
@@ -4,3 +4,14 @@ classes:
profiles::base::admins:
- jandd
- law
+profiles::icinga2_agent::pki_ticket: >
+ ENC[PKCS7,MIIBmQYJKoZIhvcNAQcDoIIBijCCAYYCAQAxggEhMIIBHQIBADAFMAACAQEw
+ DQYJKoZIhvcNAQEBBQAEggEAfQt55rAfM/F5sHxwF2piA0Uz+VK3wfxDfGrq
+ B86bLEMxo0L6JCKAJZCbB3g030KCDwHkijGTLdWhFXmmPrtxWxLP0/gSQr2c
+ zdINvFYImjree241KUkXIJXxn6pdjGLSbikgJgs9rwIvgGJLxjQZQ7SMhQg2
+ Qrwg5ST8tkEqyADYeBMRrvRs53XnD3fs2RKW0hQcfejV5UTVyruVaEtCBsla
+ eheWrISyIKWpTF3URj87C7VX1oO4S8eLlI79uD+hBJ1FMQydxEdg44KCfn7C
+ 0SPnekHB1DsccEaVMNrabA0NuUaIuO3OacgUGIGY6wIeAQ8XU4fp/80TWg5H
+ NWPIWzBcBgkqhkiG9w0BBwEwHQYJYIZIAWUDBAEqBBAIIDfJz8DZ+wTiUrSQ
+ f5zZgDBxARneBbiwCCFM/g2AmmEVOHwFjUATjdCXpURzhVEL+mrFjtakN16r
+ 6tihfcnNiqE=]
diff --git a/sitemodules/roles/manifests/translations.pp b/sitemodules/roles/manifests/translations.pp
index 593d465..add209e 100644
--- a/sitemodules/roles/manifests/translations.pp
+++ b/sitemodules/roles/manifests/translations.pp
@@ -18,11 +18,12 @@
# Copyright
# ---------
#
-# Copyright 2018 Jan Dittberner
+# Copyright 2018-2019 Jan Dittberner
#
class roles::translations {
include profiles::base
include profiles::rsyslog
include profiles::nrpe_agent
+ include profiles::icinga2_agent
include profiles::pootle
}