added docs module, restructured python to support only prebuilt 3.5 installs
Showing
with
1250 additions
and
74 deletions
docs/Makefile
0 → 100644
docs/_build/html/.buildinfo
0 → 100644
No preview for this file type
docs/_build/html/.doctrees/index.doctree
0 → 100644
No preview for this file type
docs/_build/html/.nojekyll
0 → 100644
File mode changed
docs/_build/html/_sources/index.rst.txt
0 → 100644
docs/_build/html/_static/ajax-loader.gif
0 → 100644
673 Bytes
docs/_build/html/_static/alabaster.css
0 → 100644
This diff is collapsed.
Click to expand it.
docs/_build/html/_static/basic.css
0 → 100644
This diff is collapsed.
Click to expand it.
docs/_build/html/_static/comment-bright.png
0 → 100644
756 Bytes
docs/_build/html/_static/comment-close.png
0 → 100644
829 Bytes
docs/_build/html/_static/comment.png
0 → 100644
641 Bytes
docs/_build/html/_static/custom.css
0 → 100644
docs/_build/html/_static/doctools.js
0 → 100644
docs/_build/html/_static/down-pressed.png
0 → 100644
222 Bytes
docs/_build/html/_static/down.png
0 → 100644
202 Bytes
docs/_build/html/_static/file.png
0 → 100644
286 Bytes
docs/_build/html/_static/jquery-3.1.0.js
0 → 100644
This diff could not be displayed because it is too large.
docs/_build/html/_static/jquery.js
0 → 100644
This diff is collapsed.
Click to expand it.
docs/_build/html/_static/minus.png
0 → 100644
90 Bytes
docs/_build/html/_static/plus.png
0 → 100644
90 Bytes
docs/_build/html/_static/pygments.css
0 → 100644
docs/_build/html/_static/searchtools.js
0 → 100644
This diff is collapsed.
Click to expand it.
docs/_build/html/_static/underscore-1.3.1.js
0 → 100644
This diff is collapsed.
Click to expand it.
docs/_build/html/_static/underscore.js
0 → 100644
This diff is collapsed.
Click to expand it.
docs/_build/html/_static/up-pressed.png
0 → 100644
214 Bytes
docs/_build/html/_static/up.png
0 → 100644
203 Bytes
docs/_build/html/_static/websupport.js
0 → 100644
This diff is collapsed.
Click to expand it.
docs/_build/html/genindex.html
0 → 100644
docs/_build/html/index.html
0 → 100644
docs/_build/html/objects.inv
0 → 100644
No preview for this file type
docs/_build/html/search.html
0 → 100644
docs/_build/html/searchindex.js
0 → 100644
docs/conf.py
0 → 100644
docs/index.rst
0 → 100644
docs/make.bat
0 → 100644
modules/docs/README.md
0 → 100644
modules/docs/manifests/init.pp
0 → 100644
modules/docs/metadata.json
0 → 100644
modules/docs/spec/classes/init_spec.rb
0 → 100644
modules/docs/tests/init.pp
0 → 100644
modules/python/Gemfile
0 → 100644
source 'https://rubygems.org' | ||
puppetversion = ENV.key?('PUPPET_VERSION') ? "= #{ENV['PUPPET_VERSION']}" : ['>= 3.3'] | ||
gem 'puppet', puppetversion | ||
gem 'puppetlabs_spec_helper', '>= 0.1.0' | ||
gem 'puppet-lint', '>= 0.3.2' | ||
gem 'facter', '>= 1.7.0' |
modules/python/Rakefile
0 → 100644
File moved
modules/python/spec/spec_helper.rb
0 → 100644
Please
register
or
sign in
to comment