Skip to content

Commit f016c61

Browse files
authored
file names
------- cc: @DCtheGeek
1 parent 60ce7b5 commit f016c61

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/governance/policy/how-to/guest-configuration-create-linux.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ supports:
107107
- os-family: unix
108108
```
109109
110-
Save this file to a folder named `linux-path` in your project directory.
110+
Save this file with name `inspec.yml` to a folder named `linux-path` in your project directory.
111111

112112
Next, create the Ruby file with the InSpec language abstraction used to audit the machine.
113113

@@ -117,7 +117,7 @@ describe file('/tmp') do
117117
end
118118
```
119119

120-
Save this file in a new folder named `controls` inside the `linux-path` directory.
120+
Save this file with name `linux-path.rb` in a new folder named `controls` inside the `linux-path` directory.
121121

122122
Finally, create a configuration, import the **GuestConfiguration** resource module, and use the
123123
`ChefInSpecResource` resource to set the name of the InSpec profile.

0 commit comments

Comments
 (0)