From d0cf1be204b4d2bf18e69d9e070766cc2415c5b9 Mon Sep 17 00:00:00 2001 From: Emily Rodriguez Date: Wed, 8 Nov 2023 13:29:49 -0600 Subject: [PATCH] fix typo to show req 4 for real this time Signed-off-by: Emily Rodriguez --- courses/beginner/05.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/courses/beginner/05.md b/courses/beginner/05.md index e02df37d6..7ebbdf3f9 100644 --- a/courses/beginner/05.md +++ b/courses/beginner/05.md @@ -200,6 +200,8 @@ Profile Summary: 3 successful controls, 0 control failures, 0 controls skipped Test Summary: 5 successful, 0 failures, 0 skipped ``` +::: + ### Requirement (4) - Permission on the `nginx_conf` file The fourth requirement verifies that the NGINX configuration file, `/etc/nginx/nginx.conf`: @@ -224,8 +226,6 @@ control 'nginx-conf-perms' do end ``` -::: - :::tip The `file` resource docs [`file`](https://www.inspec.io/docs/reference/resources/file/) :::