diff options
author | Jan Dittberner <jandd@cacert.org> | 2019-08-05 21:03:46 +0200 |
---|---|---|
committer | Jan Dittberner <jandd@cacert.org> | 2019-08-05 21:03:46 +0200 |
commit | 4b38a426b34b57ac0c31274ccc98f5c351b2c068 (patch) | |
tree | b49ccdcbd14127ab48e40421f93091a6ec403f09 /sitemodules/roles | |
parent | 9da12f5434bb6c59d8285d0083b65d5fd40da7fe (diff) | |
download | cacert-puppet-4b38a426b34b57ac0c31274ccc98f5c351b2c068.tar.gz cacert-puppet-4b38a426b34b57ac0c31274ccc98f5c351b2c068.tar.xz cacert-puppet-4b38a426b34b57ac0c31274ccc98f5c351b2c068.zip |
Fix role name
Diffstat (limited to 'sitemodules/roles')
-rw-r--r-- | sitemodules/roles/manifests/email.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sitemodules/roles/manifests/email.pp b/sitemodules/roles/manifests/email.pp index ea00e28..2a47eee 100644 --- a/sitemodules/roles/manifests/email.pp +++ b/sitemodules/roles/manifests/email.pp @@ -20,7 +20,7 @@ # # Copyright 2019 Jan Dittberner # -class roles::emailout { +class roles::email { include profiles::base include profiles::rsyslog include profiles::icinga2_agent |