Skip to content

Instantly share code, notes, and snippets.

@tmclaugh
Last active August 29, 2015 14:09
Show Gist options
  • Save tmclaugh/81f7bca4273f304829fd to your computer and use it in GitHub Desktop.
Save tmclaugh/81f7bca4273f304829fd to your computer and use it in GitHub Desktop.
Packer - Provisioners
"provisioners":
[
{
"type" : "shell",
"environment_vars" :
[
"os_name=CentOS",
"os_version=6.5"
],
"scripts" :
[
"scripts/dns.sh",
"scripts/grub.sh",
"scripts/motd_version.sh",
"scripts/rpmgpg.sh",
"scripts/sshd.sh",
"scripts/nic.sh"
]
}
],
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment