add bundle jenkins-ci
This commit is contained in:
parent
6dcf95d61d
commit
34703b6eba
5 changed files with 207 additions and 0 deletions
15
bundles/jenkins-ci/items.py
Normal file
15
bundles/jenkins-ci/items.py
Normal file
|
@ -0,0 +1,15 @@
|
|||
files = {
|
||||
'/etc/default/jenkins': {
|
||||
'triggers': {
|
||||
'svc_systemd:jenkins:restart',
|
||||
},
|
||||
},
|
||||
}
|
||||
|
||||
svc_systemd = {
|
||||
'jenkins': {
|
||||
'needs': {
|
||||
'pkg_apt:jenkins',
|
||||
},
|
||||
},
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue