add an alias to the python-dev package
Allow other packages that require python-devel (e.g. on suse, redhat) to find the package in the catalog
Allow hiera config for dotfiles
Merge pull request #342 from stankevich/ghoneycutt-patch-1
Ensure value is a string for =~ comparison
Support latest Puppet v3 and last five releases of Puppet v4
Use actual versions of ruby that are supported, so 2.1.9 instead of 2.1.0 and remove 2.3.1 as it never made it into Puppet v4.
Merge pull request #376 from ghoneycutt/support_latest_puppet_versions
Support latest puppet versions
Update gunicorn.pp - Add manage_config_dir
Some packages doesn't create /etc/gunicorn.d. When manage_config_dir is set to true it will create the config folder.
Revert "refactor rspec tests to use rspec-puppet-facts"
This reverts commit 4159db4.
Merge pull request #344 from PuppetNinja/hiera-dotfile
Allow hiera config for dotfiles
Set virtualenv package name for Debian stretch
Signed-off-by: Sergii Kipot <kipot.sergey@gmail.com>
Fix tests: Pin rake for ruby 1.9.3
Rake >12.2.1 throws the following error: rake-12.3.1 requires ruby version >= 2.0.0, which is incompatible with the current version, ruby 1.9.3p551
fix for latest versions of setuptools and pip
to properly initialize virtual environment pip needs to be upgraded before setuptools pip version 10 obsoleted --no-use-wheel flag and replaced it with --no-binary :all: add pip_args attribute to allow user pass additional flags during environment initialization
Merge pull request #388 from vchepkov/virtenv-fix
fix for latest versions of setuptools and pip
Merge pull request #387 from waipeng/fix_rake
Fix tests: Pin rake for ruby 1.9.3
Merge pull request #386 from waipeng/master
Support virtualenv for Ubuntu 16.04
Merge pull request #355 from jcpunk/python-release
Add python release as available facts
Merge pull request #382 from bc-bjoern/patch-1
Update gunicorn.pp - Add manage_config_dir
Merge pull request #334 from dannygoulder/patch-1
add an alias to the python-dev package
Merge pull request #383 from sergiik/master
Set virtualenv package name for Debian stretch