Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

Latest revisions

# Date Author Comment
2836e938 03/01/2024 09:47 AM Bastian Schmidt

Fixes #37011 - Apply latest Ubuntu Autoinstall userdata changes

  • Add explicit fallback for offline installation
  • Replace deprecated lock-passwd with lock_passwd
  • Remove empty ssh keys array if none provided
f3af7ab4 01/22/2023 11:38 AM Leos Stejskal

Fixes #35840 - Install chrony on RHEL 7

5339e9fd 11/04/2022 12:53 PM Marcel Kühlhorn

Fixes #35397 - Preseed Autoinstall incorporate host_params

  • Param 'keyboard' to set default layout
  • Param 'lang' to set default locale
  • Adapt template snapshot accordingly

Co-authored-by: Bastian Schmidt <>
Co-authored-by: Evgeni Golov <>

767fea26 10/04/2022 01:13 PM Adam Ruzicka

Refs #35530 - Alternative approach to save_to_file

save_to_macro generates a command using cat and a heredoc string.
However, if the content to be written contains a heredoc using the same
delimiter, save_to_macro's heredoc will be terminated by it, leading to...

38365d82 09/26/2022 02:32 PM Adam Ruzicka

Fixes #35530 - Make save_to_file macro safer (#9426)

  • Fixes #35530 - Make save_to_file macro safer

save_to_file does

cat <<EOF >$file
$content
EOF

but if `$content` contains a heredoc terminated with `EOF`, it
terminates the heredoc that save_to_file creates....

06600bcc 09/09/2022 09:23 AM Pat Riehecky

Fixes #35137 - Permit setting puppet tag during install

91e49941 05/30/2022 12:04 PM Bastian Schmidt

Fixes #34700 - autoinstall template enable root user

The `identity` field doesn't allow to add/edit root as a user.
Therefore, the user-data field must be used. Compare the Ubuntu
Autoinstall documentation:
https://ubuntu.com/server/docs/install/autoinstall-reference#identity...

0ed80f45 03/04/2022 11:52 AM Ondřej Ezr

Fixes #34339 - sanitize fqdn in tests

Tests were almost not using the fqdn defined in settings.yaml.test
That is quite confusing at first sight and we should not override this value by fixtures, only if overriden in the same test file.

749e7f2d 03/01/2022 08:25 PM Lukas Zapletal

Fixes #32632 - initial verison of Ubuntu autoinstall templates

Signed-off-by: Lukas Zapletal <>

117b53a9 01/05/2022 11:10 AM Adam Cécile

Fixes #34214 - use host_param_true? to detect puppet6-repo

View revisions

Also available in: Atom