Compare commits

...

4 Commits

Author SHA1 Message Date
Dave Eargle 85cd947135
Merge a2fbb17927 into 14235dcb60 2023-10-11 15:33:57 -07:00
Adam Robinson 14235dcb60
Approving cortex.yaml
PD-41096 Auto-add cortex.yaml
2023-10-04 14:20:55 +01:00
Simon Irwin 7e794a9a53 PD-41096 Auto-add cortex.yaml [no action required by you] 2023-10-02 20:32:04 +01:00
Dave Eargle a2fbb17927 only fetch if missing
shaves a good 30+ seconds off of provisioning
2020-10-02 17:05:37 -04:00
2 changed files with 17 additions and 0 deletions

View File

@ -22,6 +22,7 @@ end
remote_file "#{Chef::Config[:file_cache_path]}/#{node[:apache_continuum][:tar]}" do
source "#{node[:apache_continuum][:download_url]}/#{node[:apache_continuum][:tar]}"
mode '0644'
action :create_if_missing
end
execute "extract apache continum" do

16
cortex.yaml Normal file
View File

@ -0,0 +1,16 @@
---
info:
title: Metasploitable3
description: Metasploitable3 is a VM that is built from the ground up with a large
amount of security vulnerabilities.
x-cortex-git:
github:
alias: r7org
repository: rapid7/metasploitable3
x-cortex-tag: metasploitable3
x-cortex-type: service
x-cortex-domain-parents:
- tag: metasploit
openapi: 3.0.1
servers:
- url: "/"