syntax fixes

This commit is contained in:
steveej 2015-07-29 16:09:32 +02:00
parent e0a2e2bd35
commit d935ba207e

View file

@ -48,11 +48,11 @@ repository:
### Sysadmin ### Sysadmin
In case a sysadmin needs a patched and specifically configured version of it's In case a sysadmin needs a patched and specifically configured version of it's favorite webserver nginx.
favorite webserver nginx.
1. Put directories and files in place 1. Put directories and files in place
---
Directory layout Directory layout
``` ```
├── nginx-prod ├── nginx-prod
@ -65,7 +65,7 @@ favorite webserver nginx.
│   │   └── https-only.patch │   │   └── https-only.patch
│   └── pkg.yaml │   └── pkg.yaml
``` ```
---
**pkg.yaml** **pkg.yaml**
``` ```
--- ---
@ -81,7 +81,7 @@ favorite webserver nginx.
- selinux - selinux
``` ```
---
**container.yaml** **container.yaml**
``` ```
--- ---