diff options
author | Jan Dittberner <jandd@cacert.org> | 2019-08-12 13:08:48 +0200 |
---|---|---|
committer | Jan Dittberner <jandd@cacert.org> | 2019-08-12 13:08:48 +0200 |
commit | ab04c7d1d51b92c42bb38742c26cdc6137f1ba46 (patch) | |
tree | 40f4195abae45352b148386ae2d784c17d36a657 /sitemodules/roles | |
parent | 410940af667be6a11494b0cdc145869784b96f8c (diff) | |
download | cacert-puppet-ab04c7d1d51b92c42bb38742c26cdc6137f1ba46.tar.gz cacert-puppet-ab04c7d1d51b92c42bb38742c26cdc6137f1ba46.tar.xz cacert-puppet-ab04c7d1d51b92c42bb38742c26cdc6137f1ba46.zip |
Setup Jenkins repository on jenkins
Diffstat (limited to 'sitemodules/roles')
-rw-r--r-- | sitemodules/roles/manifests/jenkins.pp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sitemodules/roles/manifests/jenkins.pp b/sitemodules/roles/manifests/jenkins.pp index 0af7fe0..da68870 100644 --- a/sitemodules/roles/manifests/jenkins.pp +++ b/sitemodules/roles/manifests/jenkins.pp @@ -25,4 +25,5 @@ class roles::jenkins { include profiles::rsyslog include profiles::purge_nrpe_agent include profiles::icinga2_agent + include profiles::jenkins } |