Skip to content

Commit c5ad262

Browse files
committed
Update Blog “open-sourcing-workshops-on-demand-part4-managing-the-backend”
1 parent 6d9adcc commit c5ad262

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

content/blog/open-sourcing-workshops-on-demand-part4-managing-the-backend.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -171,10 +171,11 @@ Possible Use Cases:
171171
* Add a new package needed by a workshop.
172172

173173
For e.g:
174-
* Kubectl client
175-
* Terraform client
176-
* PowerShell module
177-
* Python Library
174+
175+
* Kubectl client
176+
* Terraform client
177+
* PowerShell module
178+
* Python Library
178179

179180
You will start by moving to your public backend forked repository and apply the necessary changes before committing and push locally.
180181

@@ -188,7 +189,8 @@ It checks a quite long list of items like:
188189

189190
* Wod System compliancy: is this really a wod system? by calling out [check_system.yml](https://github.com/Workshops-on-Demand/wod-backend/blob/main/ansible/check_system.yml) playbook.
190191

191-
This first check includes:
192+
This first check includes:
193+
192194
* nproc hard and soft limits
193195
* nofile hard and soft limits
194196
* Setup sysctl params

0 commit comments

Comments
 (0)