Remove chef from aws template for security reasons

This commit is contained in:
James Barnett 2017-09-01 16:26:03 -05:00
parent cd8f2d7b1c
commit 7444e95a06
1 changed files with 8 additions and 1 deletions

View File

@ -38,12 +38,19 @@
"metasploitable::flags",
"metasploitable::sshd"
]
},
{
"type": "shell",
"execute_command": "echo '{{user `ssh_pass`}}' | {{ .Vars }} sudo -E -S sh '{{ .Path }}'",
"inline": [
"apt-get remove chef"
]
}
],
"variables": {
"iso_url": "http://old-releases.ubuntu.com/releases/14.04.1/ubuntu-14.04.1-server-amd64.iso",
"iso_checksum_type": "md5",
"iso_checksum": "ca2531b8cd79ea5b778ede3a524779b9",
"box_version": "0.1.6"
"box_version": "0.1.7"
}
}