Puppet module for downloading and installing Docker Machine.
This module is currently tested on:
- Ubuntu 15.04
- CentOS 7.1
It should also work on other Linux distros...
include 'docker_machine'class { 'docker_machine': }class { 'docker_machine':
download_file => 'docker-machine-Linux-x86_64'
}which docker-machine Should return: /usr/local/bin/docker-machine