Skip to content

Commit

Permalink
Update VeeWee definition script paths
Browse files Browse the repository at this point in the history
  • Loading branch information
timsutton committed Jul 23, 2013
1 parent da59ea9 commit 8ed09cf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion veewee/definition.rb
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@
:sudo_cmd => "echo '%p'|sudo -S sh '%f'",
:shutdown_cmd => "shutdown -h now",
:postinstall_files => [
"postinstall.sh", # Base configuration (vagrant user, keys, guest OS tools, etc.)
"vagrant.sh", # Vagrant config (vagrant user, keys)
"vmware.sh", # VMware config
"xcode-cli-tools.sh", # Xcode CLI tools
"chef-omnibus.sh", # Chef Omnibus install
"puppet.sh", # Puppet install from Hashicorp's puppet-boostrap repo
Expand Down

0 comments on commit 8ed09cf

Please sign in to comment.