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

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.

Awesome Lists containing this project

README

          

# Self Control Module for Boxen
[![Build Status](https://travis-ci.org/tarebyte/puppet-selfcontrol.png?branch=master)](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.