https://github.com/raphink/puppet-securityoptions
https://github.com/raphink/puppet-securityoptions
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/raphink/puppet-securityoptions
- Owner: raphink
- Created: 2018-12-20T08:25:17.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-06-24T14:00:32.000Z (almost 6 years ago)
- Last Synced: 2025-05-14T05:36:38.312Z (about 1 year ago)
- Language: Ruby
- Size: 12.7 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme
Awesome Lists containing this project
README
export PATH=~/.gem/ruby/2.1.0/bin:$PATH
gem install bundler --user-install
echo alias bundle="~/.gem/ruby/2.1.0/bin/bundle.ruby2.1" >> ~/.bashrc
echo alias bundler="~/.gem/ruby/2.1.0/bin/bundler.ruby2.1" >> ~/.bashrc
. ~/.bashrc
#...Change directories to your project...
bundle install --path vendor/bundle
bundle exec rake --tasks
#to build the pkg
bundle exec rake build
#then in the pkg directory you can copy the folder to the puppet environment
#for testing