Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mikemimik/puppet-module-freecodecamp
FreeCodeCamp Puppet module for use with Vagrant and the fcc-vagrant repo
https://github.com/mikemimik/puppet-module-freecodecamp
Last synced: about 2 months ago
JSON representation
FreeCodeCamp Puppet module for use with Vagrant and the fcc-vagrant repo
- Host: GitHub
- URL: https://github.com/mikemimik/puppet-module-freecodecamp
- Owner: mikemimik
- Created: 2015-12-28T20:38:35.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-12-30T08:49:09.000Z (about 9 years ago)
- Last Synced: 2024-10-14T15:21:31.999Z (3 months ago)
- Language: Puppet
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## FreeCodeCamp Puppet Module
### Global Variables (all optional)
- node_versoin: version of node
- home_dir: users home directory
- default_bin: default bin dirs to use
- nvm_path: path to nvm to utilize node
- default_user: default user### Usage
```puppet
class { 'fccmodule':
#Global varibales here
}
```
Or if no options are going to be used
```puppet
include fccmodule
```