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/) :::