bug fixes for raspberry pi and more support for running joule in a virtual environment
Showing
with
424 additions
and
129 deletions
modules/joule/files/joule.service
0 → 100644
modules/python_venvs/Gemfile
0 → 100644
source ENV['GEM_SOURCE'] || 'https://rubygems.org' | ||
puppetversion = ENV.key?('PUPPET_VERSION') ? ENV['PUPPET_VERSION'] : ['>= 3.3'] | ||
gem 'metadata-json-lint' | ||
gem 'puppet', puppetversion | ||
gem 'puppetlabs_spec_helper', '>= 1.2.0' | ||
gem 'puppet-lint', '>= 1.0.0' | ||
gem 'facter', '>= 1.7.0' | ||
gem 'rspec-puppet' | ||
# rspec must be v2 for ruby 1.8.7 | ||
if RUBY_VERSION >= '1.8.7' && RUBY_VERSION < '1.9' | ||
gem 'rspec', '~> 2.0' | ||
gem 'rake', '~> 10.0' | ||
else | ||
# rubocop requires ruby >= 1.9 | ||
gem 'rubocop' | ||
end |
modules/python_venvs/README.md
0 → 100644
modules/python_venvs/Rakefile
0 → 100644
modules/python_venvs/examples/init.pp
0 → 100644
modules/python_venvs/manifests/config.pp
0 → 100644
modules/python_venvs/manifests/init.pp
0 → 100644
modules/python_venvs/manifests/install.pp
0 → 100644
modules/python_venvs/metadata.json
0 → 100644
modules/python_venvs/spec/spec_helper.rb
0 → 100644
modules/python_venvs/templates/venvs.sh.erb
0 → 100644
Please
register
or
sign in
to comment