added support for jupyter and subdomain apps in nginx
Showing
with
634 additions
and
5 deletions
index.html
0 → 100644
modules/docs/files/JUPYTER_README
0 → 100644
modules/jupyter/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/jupyter/README.md
0 → 100644
modules/jupyter/Rakefile
0 → 100644
modules/jupyter/examples/init.pp
0 → 100644
modules/jupyter/files/etc/config.py
0 → 100644
modules/jupyter/files/etc/custom/custom.js
0 → 100644
modules/jupyter/files/jupyter.service
0 → 100644
modules/jupyter/files/set_password.py
0 → 100755
modules/jupyter/files/test.py
0 → 100644
modules/jupyter/files/test_config.py
0 → 100644
modules/jupyter/manifests/config.pp
0 → 100644
modules/jupyter/manifests/init.pp
0 → 100644
modules/jupyter/manifests/install.pp
0 → 100644
modules/jupyter/manifests/service.pp
0 → 100644
modules/jupyter/metadata.json
0 → 100644
modules/jupyter/spec/classes/init_spec.rb
0 → 100644
modules/jupyter/spec/spec_helper.rb
0 → 100644
Please
register
or
sign in
to comment