Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hakamadare/puppet-moom
Boxen module for installing Moom
https://github.com/hakamadare/puppet-moom
Last synced: 12 days ago
JSON representation
Boxen module for installing Moom
- Host: GitHub
- URL: https://github.com/hakamadare/puppet-moom
- Owner: hakamadare
- License: mit
- Created: 2014-03-26T17:39:59.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-06-17T04:14:50.000Z (over 10 years ago)
- Last Synced: 2023-03-11T21:18:53.030Z (almost 2 years ago)
- Language: Ruby
- Size: 191 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Moom for Boxen
[![Build Status](https://travis-ci.org/hakamadare/puppet-moom.png?branch=master)](https://travis-ci.org/hakamadare/puppet-moom)
This Boxen module installs [Moom](http://manytricks.com/moom/).
## Usage
```puppet
class { 'moom': }
```## 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.## To Do
* Figure out a better way to pull the DMG straight from Many Tricks' site