https://github.com/halkeye/puppet-spideroak
https://github.com/halkeye/puppet-spideroak
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/halkeye/puppet-spideroak
- Owner: halkeye
- Created: 2013-03-10T18:13:07.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2013-03-10T18:18:20.000Z (over 12 years ago)
- Last Synced: 2025-03-23T22:16:37.866Z (3 months ago)
- Language: Puppet
- Size: 98.6 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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',
}
```