Releases: simp/pupmod-simp-autofs
Releases · simp/pupmod-simp-autofs
Release of 7.4.0
Release of 7.4.0
- [puppetsync] Updates for Puppet 8
- These updates may include the following:
- Update Gemfile
- Add support for Puppet 8
- Drop support for Puppet 6
- Update module dependencies
- These updates may include the following:
Release of 7.2.0
- Add RockyLinux 8 support
Release of 7.1.0
- Removed support for Puppet 5
- Ensured support for Puppet 7 in requirements and stdlib
Release of 7.0.0
* Tue Mar 10 2020 Liz Nemsick <lnemsick.simp@gmail.com> - 7.0.0-0 - Added support for EL8 - Dropped support for EL6 - Refactored the module. Notable feature/API changes: - Updated autofs service configuration to use /etc/autofs.conf in addition to /etc/sysconfig/autofs. - Updated autofs.master to load content from /etc/auto.master.simp.d/ and /etc/auto.master.d/ in lieu of specifying map entries directly. - auto.master entries are now written to files in /etc/auto.master.simp.d, a directory fully managed by this module. - /etc/auto.master.d is left unmanaged by Puppet. - Added a autofs::map defined type that allows the user to specify all the parameters for a 'file' map in once place. This resource will generate the appropriate resources to create both the auto.master entry file and the map file. - Added autofs::masterfile defined type to replace deprecated autofs::master::map - autofs::masterfile creates a auto.master entry file in $autofs::master_conf_dir - Unlike autofs::map::master, autofs::masterfile does not have a $content parameter, because a user can simply use a file resource to specify a custom auto.master entry file. - Added autofs::mapfile defined type to replace deprecated autofs::master::entry - autofs::mapfile creates a mapfile for a direct mapping or one or more indirect mappings - Unlike autofs::master::entry, it does not have duplicate resource naming problems (wildcard or otherwise). - autofs class changes - Added the following new autofs service configuration parameters: - $master_wait - $mount_verbose - $mount_nfs_default_protocol - $force_standard_program_map_env - $use_hostname_for_mounts - $disable_not_found_message - $sss_master_map_wait - $use_mount_request_log_id - $auth_conf_file - $custom_autofs_conf_options - Added $master_conf_dir and $master_include_dirs parameters to allow users to specify directories containing auto.master entry files. - Added $maps_dir to specify the location of SIMP-managed maps and changed the directory name from /etc/autofs to /etc/autofs.maps.simp.d for clarity. - Added $maps to allow users to specifie 'file' type maps in Hieradata. - Each map specifies the contents of an autofs master entry file and its mapping file. - Renamed $options to $automount_options for clarity. - Renamed $use_misc_device to $automount_use_misc_device for clarity. - Removed $autofs::master_map_name - This parameter is not exposed in /etc/autofs.conf and does not look like it is intended to be changed. - Changed permissions of /etc/auto.master and /etc/sysconfig/autofs to match those of the delivered RPM. - autofs::ldap_auth class changes - autofs::ldap_auth is now a private class to ensure the name of the configuration file created by this class matches the 'auth_conf_file' setting in /etc/autofs.conf. - Added $encoded_secret optional parameter. This parameter takes precedence when both $secret and $encoded_secret parameters are specified - autofs::map::master has been deprecated by autofs::map or autofs::masterfile. Its behavior has changed from writing a section of /etc/auto.master to writing an autofs master entry file in $autofs::master_conf_dir. - autofs::map::entry has been deprecated by autofs::map or autofs::mapfile. Its behavior has changed from writing a file in /etc/autofs to writing a file in $autofs::maps_dir. * Fri Aug 02 2019 Robert Vincent <pillarsdotnet@gmail.com> - 7.0.0-0 - Support puppetlabs/concat 6.x.
Release of 6.2.0
* Thu Jun 06 2019 Steven Pritchard <steven.pritchard@onyxpoint.com> - 6.2.0-0 - Add v2 compliance_markup data - Drop Puppet 4 support - Add Puppet 6 support - Add puppetlabs-stdlib 6 support
Release of 6.1.3
* Thu Feb 14 2019 Liz Nemsick <lnemsick.simp@gmail.com> - 6.1.3-0 - Expanded the upper limit of the concat and stdlib Puppet module versions - Fixed a URL in the README.md
Release of 6.1.2
* Thu Nov 01 2018 Jeanne Greulich <jeanner.greulich@onyxpoint.com> - 6.1.2-0 - Static asset updates for puppet 5 - Update badges in README.md * Tue Sep 11 2018 Nicholas Markowski <nicholas.markowski@onyxpoint.com> - 6.1.2-0 - Updated $app_pki_external_source to accept any string. This matches the functionality of pki::copy. * Sat Mar 17 2018 Trevor Vaughan <tvaughan@onyxpoint.com> - 6.1.2-0 - Updated to work with Puppet 5 and OEL
Release of 6.1.1
* Mon Feb 12 2018 Liz Nemsick <lnemsick.simp@gmail.com> - 6.1.1-0 - Update upperbound on puppetlabs/concat version to < 5.0.0 - Fix trivial string lint issue
Release of 6.1.0
* Thu Nov 02 2017 Nick Miller <nick.miller@onyxpoint.com> - 6.1.0-0 - Allowed for control of specific versions of the packages in this module with two new parameters: - samba_package_ensure - autofs_package_ensure - Support Puppet 5
Release of 6.0.2
* Fri Aug 18 2017 Liz Nemsick <lnemsick.simp@gmail.com> - 6.0.2-0 - Update concat version in metadata.json