Skip to content

Commit 423bd43

Browse files
committed
Update InSpec 7 patch version in release versions
Signed-off-by: Ian Maddaus <[email protected]>
1 parent c153937 commit 423bd43

File tree

1 file changed

+0
-146
lines changed

1 file changed

+0
-146
lines changed

config/_default/module.toml

Lines changed: 0 additions & 146 deletions
Original file line numberDiff line numberDiff line change
@@ -117,152 +117,6 @@ workspace = ''
117117
source = "layouts"
118118
target = "layouts"
119119

120-
###
121-
# Chef InSpec
122-
###
123-
124-
[[imports]]
125-
disable = false
126-
ignoreConfig = false
127-
path = "github.com/inspec/inspec/docs-chef-io"
128-
129-
[[imports.mounts]]
130-
source = "content/inspec"
131-
target = "content/inspec"
132-
133-
[[imports.mounts]]
134-
source = "static/images/inspec"
135-
target = "static/images/inspec"
136-
137-
[[imports.mounts]]
138-
source = "layouts"
139-
target = "layouts"
140-
141-
###
142-
# Chef InSpec AliCloud Cloud Resources
143-
###
144-
145-
[[imports]]
146-
disable = false
147-
ignoreConfig = false
148-
path = "github.com/inspec/inspec-alicloud/docs-chef-io"
149-
150-
[[imports.mounts]]
151-
source = "static"
152-
target = "static"
153-
154-
[[imports.mounts]]
155-
source = "assets"
156-
target = "assets"
157-
158-
[[imports.mounts]]
159-
source = "content/inspec"
160-
target = "content/inspec"
161-
162-
[[imports.mounts]]
163-
source = "layouts"
164-
target = "layouts"
165-
166-
###
167-
# Chef InSpec AWS Cloud Resources
168-
###
169-
170-
[[imports]]
171-
disable = false
172-
ignoreConfig = false
173-
path = "github.com/inspec/inspec-aws/docs-chef-io"
174-
175-
[[imports.mounts]]
176-
source = "static"
177-
target = "static"
178-
179-
[[imports.mounts]]
180-
source = "assets"
181-
target = "assets"
182-
183-
[[imports.mounts]]
184-
source = "content/inspec"
185-
target = "content/inspec"
186-
187-
[[imports.mounts]]
188-
source = "layouts"
189-
target = "layouts"
190-
191-
###
192-
# Chef InSpec Azure Cloud Resources
193-
###
194-
195-
[[imports]]
196-
disable = false
197-
ignoreConfig = false
198-
path = "github.com/inspec/inspec-azure/docs-chef-io"
199-
200-
[[imports.mounts]]
201-
source = "static"
202-
target = "static"
203-
204-
[[imports.mounts]]
205-
source = "assets"
206-
target = "assets"
207-
208-
[[imports.mounts]]
209-
source = "content/inspec"
210-
target = "content/inspec"
211-
212-
[[imports.mounts]]
213-
source = "layouts"
214-
target = "layouts"
215-
216-
###
217-
# Chef InSpec Habitat Cloud Resources
218-
###
219-
220-
[[imports]]
221-
disable = false
222-
ignoreConfig = false
223-
path = "github.com/inspec/inspec-habitat/docs-chef-io"
224-
225-
[[imports.mounts]]
226-
source = "static"
227-
target = "static"
228-
229-
[[imports.mounts]]
230-
source = "assets"
231-
target = "assets"
232-
233-
[[imports.mounts]]
234-
source = "content"
235-
target = "content"
236-
237-
[[imports.mounts]]
238-
source = "layouts"
239-
target = "layouts"
240-
241-
###
242-
# Chef InSpec K8s Cloud Resources
243-
###
244-
245-
[[imports]]
246-
disable = false
247-
ignoreConfig = false
248-
path = "github.com/inspec/inspec-k8s/docs-chef-io"
249-
250-
[[imports.mounts]]
251-
source = "/static"
252-
target = "static"
253-
254-
[[imports.mounts]]
255-
source = "assets"
256-
target = "assets"
257-
258-
[[imports.mounts]]
259-
source = "content"
260-
target = "content"
261-
262-
[[imports.mounts]]
263-
source = "layouts"
264-
target = "layouts"
265-
266120
###
267121
# Chef Workstation
268122
###

0 commit comments

Comments
 (0)