Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hakamadare/puppet-diskmakerx
A Boxen module for DiskMaker X
https://github.com/hakamadare/puppet-diskmakerx
Last synced: about 19 hours ago
JSON representation
A Boxen module for DiskMaker X
- Host: GitHub
- URL: https://github.com/hakamadare/puppet-diskmakerx
- Owner: hakamadare
- License: mit
- Created: 2014-12-02T16:23:24.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2014-12-02T16:28:45.000Z (about 10 years ago)
- Last Synced: 2023-03-11T21:18:52.494Z (almost 2 years ago)
- Language: Ruby
- Homepage: http://diskmakerx.com
- Size: 145 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# DiskMaker X Puppet Module for Boxen
Install DiskMaker X (http://diskmakerx.com/).
[![Build Status](https://travis-ci.org/hakamadare/puppet-diskmakerx.svg?branch=master)](https://travis-ci.org/hakamadare/puppet-diskmakerx)
## Usage
```puppet
class { 'diskmakerx': }
```## Required Puppet Modules
* `boxen`
* `puppetlabs-stdlib`## 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`. You can also set this environment variable securely on Travis to ensure your CI builds don't run into the same issue - check out Travis's [docs on repository settings](http://docs.travis-ci.com/user/environment-variables/).
Then write some code. Run `script/cibuild` to test it. Check the `script`
directory for other useful tools.