- Dec 25, 2024
-
-
Steffen Zieger authored
- Dec 24, 2024
-
-
Rene Trippen authored
As the man page of sshd_config(5) describes: "Multiple ciphers/macs/kexalgorithms must be comma-separated." Using an array or YAML list for ciphers/mac/kex results in multiple entries in sshd_config. If multiple entries are set in sshd_config, sshd takes only the first one. Fixes #400
-
OKO authored
If you for whatever reason decide to change the value of purge, recurse should change with it. This is nothing new and the solution as it's implemented here is the same I have seen in other popular modules (saz-sudo, ghoneycutt-ssh) regarding the relation between purge and recurse. If you don't you can get unexpected behaviour. Related to #390 Co-authored-by:
okopop <okopop@localhost.com>
-
- Oct 15, 2024
-
-
Steffen Zieger authored
-
- Oct 14, 2024
-
-
Steffen Zieger authored
-
Neil Vergottini authored
Add include_dir parameter for specifying an include directory at the top of sshd_config. Add ssh::server::config_file resource type for creating config files within the include directory. Provides include parameter for including externally managed config files. This is primarily intended for including crypto policies in RedHat 9 family. Add data for RedHat 9 family to add include directory and config file to load crypto policies for OpenSSH server by default.
-
Steffen Zieger authored
Thanks @C24-AK Fixes #393
-
- Oct 09, 2024
-
-
Christoph Maser authored
-
Steffen Zieger authored
* Update from modulesync_config * drop some EOL operating system releases, allow puppet/systemd < 8.0.0
-
- May 25, 2024
-
- May 24, 2024
-
-
Steffen Zieger authored
-
Steffen Zieger authored
-
- May 23, 2024
-
-
Steffen Zieger authored
-
Steffen Zieger authored
-
Steffen Zieger authored
-
- May 18, 2024
-
-
Steffen Zieger authored
-
- Mar 27, 2024
-
-
Steffen Zieger authored
-
C24-AK authored
-
Steffen Zieger authored
-
Steffen Zieger authored
- Nov 28, 2023
-
-
Steffen Zieger authored
* Update from modulesync_config * fix rubocop issues * install required core module on Debian for non-AIO tests
-
Steffen Zieger authored
puppet/systemd: Allow 6.x
- Oct 12, 2023
-
-
Evgeni Golov authored
-
- Oct 03, 2023
-
-
Steffen Zieger authored
prepare release: v11.1.0
-
Steffen Zieger authored
-
- Sep 26, 2023
-
-
Steffen Zieger authored
write ciphers,macs and kex as comma-separated string
-
- Sep 21, 2023
-
-
Rene Trippen authored
As the man page of sshd_config(5) describes: "Multiple ciphers/macs/kexalgorithms must be comma-separated." Using an array or YAML list for ciphers/mac/kex results in multiple entries in sshd_config. If multiple entries are set in sshd_config, sshd takes only the first one. Fixes #361
-
- Sep 01, 2023
-
-
Steffen Zieger authored
Fix "No ssh_server_version_major created with OpenSSH 9.2"
-
- Aug 03, 2023
-
-
Virus2500 authored
-
- Jul 03, 2023
-
-
Steffen Zieger authored
Update from modulesync_config
-
Steffen Zieger authored
-
Steffen Zieger authored
- Jul 01, 2023
-
-
Steffen Zieger authored
puppetlabs/stdlib: Require 9.x
-
- Jun 30, 2023
-
-
Tim Meusel authored
-
Tim Meusel authored
-