Merge pull request #414 from bastelfreak/acceptance
Add Acceptance tests
manage software-properties-common on ubuntu
software-properties-common is needed to add ppas on ubuntu. the puppetlabs-apt module can manage the package. it is save to enable this, because the module uses ensure_package: https://github.com/puppetlabs/puppetlabs-apt/blob/df40baebedf5c0c15e08f3ec78adfd760b1371ca/manifests/ppa.pp#L30 Without this, managing ppa repos at least on ubuntu 16.04 is impossible. I noticed this bug while testing with aceptance tests in #418
Merge pull request #419 from bastelfreak/blub
manage software-properties-common on ubuntu
Fix wrongly named parameters for apt::source/key
Add sury flag to Debian repo class
Merge pull request #424 from bastelfreak/docs
add examples for php-fpm/nginx
Merge pull request #423 from bastelfreak/patches
Fix Archlinux support
Merge pull request #420 from bitcrush/fix_apt_resource_params
Fix wrongly named parameters for apt::source/key
this will go upstream into modulesync_config
run acceptance tests on each spec file
this will execute each of them in their own container
Merge pull request #418 from bastelfreak/acceptancephp56
add tests for php5.6
Merge pull request #425 from c33s/fix/remove-legacy-fact-from-repo-de…
…bian Using the new facts hash instead of the global var in repo/debian.pp