https://github.com/pseudomuto/puppet-totalfinder
TotalFinder Puppet Module for Boxen
https://github.com/pseudomuto/puppet-totalfinder
Last synced: over 1 year ago
JSON representation
TotalFinder Puppet Module for Boxen
- Host: GitHub
- URL: https://github.com/pseudomuto/puppet-totalfinder
- Owner: pseudomuto
- License: mit
- Created: 2013-09-05T17:57:31.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2013-09-05T18:04:16.000Z (almost 13 years ago)
- Last Synced: 2025-01-30T14:52:45.293Z (over 1 year ago)
- Language: Ruby
- Homepage:
- Size: 211 KB
- Stars: 0
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# TotalFinder Puppet Module for Boxen
This module installs the latest version of [TotalFinder](http://totalfinder.binaryage.com/)
A great module has a working CI build, right?
[](https://travis-ci.org/pseudomuto/puppet-totalfinder)
## Usage
### Add to Your `Puppetfile` (_pending fork from @boxen)
```puppet
github "totalfinder", "1.0.0"
```
### Include the Class in Your Module (personal, site, etc.)
```puppet
include totalfinder
```
## Required Puppet Modules
* `boxen`
## Development
_**You Know The Drill**_
1. Fork It
2. Change It
3. Test It
4. Pull It
Run `script/cibuild` to test it. Check the `script` directory for other useful tools.