priority: "06"
content: |
jenkins ALL=(apache) NOPASSWD: ALL
- jenkins ALL=(ALL) NOPASSWD: STOPSOLR, STARTSOLR
solr_deploy:
priority: "06"
content: |
jenkins ALL=(solr) NOPASSWD: ALL
- cmd_alias:
- priority: "05"
- content: |
- Cmnd_Alias STOPSOLR = /bin/systemctl stop solr.service
- Cmnd_Alias STARTSOLR = /bin/systemctl start solr.service
accounts::users:
jenkins:
priority: "06"
content: |
jenkins ALL=(apache) NOPASSWD: ALL
- jenkins ALL=(ALL) NOPASSWD: STOPSOLR, STARTSOLR
solr_deploy:
priority: "06"
content: |
jenkins ALL=(solr) NOPASSWD: ALL
- cmd_alias:
- priority: "05"
- content: |
- Cmnd_Alias STOPSOLR = /bin/systemctl stop solr.service
- Cmnd_Alias STARTSOLR = /bin/systemctl start solr.service
accounts::users:
jenkins: