- Adds whitelist_exit codes to puppet_agent [@logicminds]
- Fixes gh-173 - Adds environment support for puppet_agent provisioner [@logicminds]
- Support Centos 7 install of puppet
- document use of busser without a chef install in kitchen 1.4
- puppet collections (v4) support
- https_proxy support
- for eyaml install ruby 187 compatible version of highline
- yaml add deep merge option
- fix eyaml install bug
- Add logdest provisioner option
- travis Ci support
- puppet_detailed_exitcodes to puppet_apply
- Add http_proxy support
- Syntax fix with file resource
- Update and Fix all syntax errors
- Adds facter_file config parameter to puppet_apply
- Regex fix when testing module in kitchen_root
- Add hiera-eyaml support for encrypted hiera data
- improve removed repo option to remove puppet configuration
- Add option to configured SSL certificate when calling librarian-puppet
- Add Puppet Agent support
- Add Puppet environment option
-
Resolve with librarian-puppet moved back to before copying modules directory as librarian-puppet was clobbering the copied modules. Note: you should adopt a naming convention where the modules in the modules directory are prefix with a company prefix so they don't conflict with the librarian puppet module names. ie mycompany-module.
-
Added require_chef_for_busser provisioner option that defaults to true. Currently chef is required by the busser to run tests. If you just want to setup a server with puppet and converge it and don't want chef install then set to false.
-
Added resolve_with_librarian provisioner option that defaults to true. This will cause librarian_puppet to resolve modules if a Puppetfile is found.
-
Allow custom puppet apply command
-
Fix Dependency Issue with Puppet Version
-
Enable usage of custom puppet.conf
-
Update documentation with hiera_config_path
-
Detect Oracle Linux
June 4, 2014
- Resolve with librarian-puppet after copying modules directory in order to avoid errors copying modules after having done
librarian-puppet install
on the host.
May 25, 2014
- enable the per suite manifest
May 19, 2014
- auto detect if this is meant to be a module and copy it as just another module
May 14, 2014
- Provide platform flexibility in installing puppet/chef
- Configure Puppet's fileserver config for local delivery
- Define puppet_gem_version
- remove destination before copying modules
May 12, 2014
- initial version