An open API service indexing awesome lists of open source software.

https://github.com/halkeye/puppet-spideroak


https://github.com/halkeye/puppet-spideroak

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

        

puppet-spideroak
================

Little module I whipped up to try and use [spideroak](https://spideroak.com/download/referral/7fa5378979f82475136544809950361c). In I decided it wasn't what I was looking for but this module does work on ubuntu

```puppet
class { 'spideroak':
username => 'halkeye',
password => 'this-is-my-password',
}
```