Adds cloud config functionality to droplet creation.
You can now specify the path to a cloud config script in the provision
config file. The script will be executed during the droplet's creation.
This allows you to run provisioning alongside creating a new droplet.
Added info to the README and example files.