Skip to content
This repository was archived by the owner on Sep 27, 2023. It is now read-only.
/ puppet-dropbox Public archive
forked from dima-nixx/puppet-dropbox

Headless CLI Dropbox Management with Puppet

Notifications You must be signed in to change notification settings

Jimdo/puppet-dropbox

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 

Repository files navigation

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

About

Headless CLI Dropbox Management with Puppet

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Puppet 58.5%
  • JavaScript 41.5%