Skip to content
This repository was archived by the owner on Sep 27, 2023. It is now read-only.

Latest commit

 

History

History
17 lines (13 loc) · 257 Bytes

File metadata and controls

17 lines (13 loc) · 257 Bytes

Puppet module for installing dropbox

Install dropbox:

include dropbox

Install dropbox and automatically link it to your account:

class { 'dropbox::config':
	user     => 'user@example.com',
	password => 'password'
}
include dropbox