- Jun 23, 2015
-
-
Richard Gray authored
On Puppet 3.7.4 with the future parser enabled, undef values are converted to empty strings, which evaluate as true. This means when there are no user client options specified in Hiera, $fin_users_client_options gets passed to create_resources as an empty string, which is invalid. Work around this Puppet bug by setting default options when $hiera_users_client_options is an empty string.
-
- Jun 07, 2015
-
- Jun 06, 2015
-
-
Steffen Zieger authored
-
Steffen Zieger authored
-
Steffen Zieger authored
Merge branch 'feature/per_user_config' of https://github.com/ccin2p3/puppet-ssh into ccin2p3-feature/per_user_config
-
Steffen Zieger authored
-
Steffen Zieger authored
-
- Jun 04, 2015
-
-
Steffen Zieger authored
Fixes to make puppet-lint happy
-
Steffen Zieger authored
It's needed since due for a bug in puppet hiera_hash might return an …
-
Steffen Zieger authored
Made config class compatible with new concat module
-
Steffen Zieger authored
Corrected regression which applied server settings to the client configuration
-
- Jun 03, 2015
-
-
Patrick St. Jean authored
-
- May 25, 2015
-
-
Remi Ferrand authored
* Manage users ssh configuration file * Add rspec tests for new define type * Add documentation for the new define type
-
- May 17, 2015
-
-
Robert Hafner authored
-
Francesco authored
It's needed since due for a bug in puppet hiera_hash might return an empty string instead of the default value.
-
- May 15, 2015
-
-
Robert Hafner authored
-
Robert Hafner authored
-
Robert Hafner authored
This method has the benefit of being backwards compatible as well as future compatible.
-
- May 14, 2015
-
-
Robert Hafner authored
-
- May 10, 2015
-
-
Steffen Zieger authored
-
Steffen Zieger authored
fix unspecified ssh_config file permissions
-
Steffen Zieger authored
Works fine on puppetlabs-concat release 1.2.0
-
Steffen Zieger authored
Support for merging options hash using multi-level hierarchy in hiera
-
Steffen Zieger authored
Prevent empty Port or ListenAddress config parameters
-
Steffen Zieger authored
Convert booleans to yes/no.
-
Steffen Zieger authored
Fix for future parser.
-
Steffen Zieger authored
Revert "Add explicit allow_virtual parameters"
- Apr 30, 2015
-
-
fschaer authored
-
- Apr 25, 2015
-
-
Ben Hocker authored
-
- Apr 12, 2015
-
-
tsde authored
-
- Apr 10, 2015
-
-
Stefan Möding authored
-
- Apr 08, 2015
-
-
Nick Howes authored
Fixes #88.
-
Nick Howes authored
Unquoted words starting with a capital are now treated as type names.
-
- Mar 30, 2015
-
-
Sebastien Badia authored
This reverts commit f63ae3b0. `allow_virtual` parameter was added in Puppet 3.6.1. On Puppet version before this version, this parameter cause a catalogue compilation fail `Invalid parameter allow_virtual`. Refs: https://tickets.puppetlabs.com/browse/PUP-2746 This parameter should not be managed inside this module, but on top side or in puppet configuration file. # site.pp or assimiled if versioncmp($::puppetversion,'3.6.1') >= 0 { $allow_virtual_packages = hiera('allow_virtual_packages',false) Package { allow_virtual => $allow_virtual_packages, } } Or in puppet.conf, in order to remove warnings # puppet.conf [main] disable_warnings=deprecations Refs: https://docs.puppetlabs.com/references/latest/configuration.html#disablewarnings
-
- Mar 29, 2015
-
-
Steffen Zieger authored
-
Steffen Zieger authored