From e5d424674cb178ded5eb9c303163b44887866d49 Mon Sep 17 00:00:00 2001 From: Dominik Richter Date: Mon, 28 Dec 2015 12:29:24 +0100 Subject: [PATCH] add standalone notice and remove filename pattern for controls --- docs/profiles.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/profiles.rst b/docs/profiles.rst index 305a048a5..ba03e3f8c 100644 --- a/docs/profiles.rst +++ b/docs/profiles.rst @@ -2,7 +2,7 @@ InSpec Profiles ===================================================== -InSpec supports the creation of complex test and compliance profiles, which organize controls to support dependency management and code re-use. +InSpec supports the creation of complex test and compliance profiles, which organize controls to support dependency management and code re-use. These profiles are standalone structures with their own distribution and execution flow. InSpec profile structure ----------------------------------------------------- @@ -15,8 +15,8 @@ To create a new profile just place the files according to the following structur examples/profile ├── README.md ├── controls - │   ├── example_spec.rb - │   └── gordon_spec.rb + │   ├── example.rb + │   └── gordon.rb ├── libraries │   └── gordon_config.rb └── inspec.yml