https://github.com/tarebyte/puppet-selfcontrol
Installs Self Control, a free Mac application to help you avoid distracting websites.
https://github.com/tarebyte/puppet-selfcontrol
Last synced: about 1 year ago
JSON representation
Installs Self Control, a free Mac application to help you avoid distracting websites.
- Host: GitHub
- URL: https://github.com/tarebyte/puppet-selfcontrol
- Owner: tarebyte
- License: mit
- Created: 2014-04-29T01:49:57.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2014-05-06T23:57:05.000Z (about 12 years ago)
- Last Synced: 2025-04-06T06:35:16.508Z (about 1 year ago)
- Language: Ruby
- Homepage:
- Size: 168 KB
- Stars: 3
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Self Control Module for Boxen
[](https://travis-ci.org/tarebyte/puppet-selfcontrol)
Install [Self Control](http://selfcontrolapp.com/) a free Mac application to help you avoid distracting websites.
A great module has a working travis build
## Usage
```puppet
include selfcontrol
```
## Required Puppet Modules
* `boxen`
## Development
Set `GITHUB_API_TOKEN` in your shell with a [Github oAuth Token](https://help.github.com/articles/creating-an-oauth-token-for-command-line-use) to raise your API rate limit. You can get some work done without it, but you're less likely to encounter errors like `Unable to find module 'boxen/puppet-boxen' on https://github.com`.
Then write some code. Run `script/cibuild` to test it. Check the `script`
directory for other useful tools.