diff options
author | Jan Dittberner <jandd@cacert.org> | 2018-02-21 16:49:32 +0100 |
---|---|---|
committer | Jan Dittberner <jandd@cacert.org> | 2018-02-21 16:49:32 +0100 |
commit | 0b4d97b6cb73cc64bd91160b927a271df39d8c38 (patch) | |
tree | 40f51440252e987d1dce98ccbf177ad31a19afa9 /sitemodules/roles | |
parent | 871d8d293cc4f2c6b70a504574e84883a23e09ee (diff) | |
download | cacert-puppet-0b4d97b6cb73cc64bd91160b927a271df39d8c38.tar.gz cacert-puppet-0b4d97b6cb73cc64bd91160b927a271df39d8c38.tar.xz cacert-puppet-0b4d97b6cb73cc64bd91160b927a271df39d8c38.zip |
Setup rsyslog and nrpe_agent on puppet
Diffstat (limited to 'sitemodules/roles')
-rw-r--r-- | sitemodules/roles/manifests/puppetmaster.pp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sitemodules/roles/manifests/puppetmaster.pp b/sitemodules/roles/manifests/puppetmaster.pp index c1b8e1e..ca3b867 100644 --- a/sitemodules/roles/manifests/puppetmaster.pp +++ b/sitemodules/roles/manifests/puppetmaster.pp @@ -18,8 +18,10 @@ # Copyright # --------- # -# Copyright 2016 Jan Dittberner +# Copyright 2016-2018 Jan Dittberner # class roles::puppetmaster { include profiles::base + include profiles::rsyslog + include profiles::nrpe_agent } |