Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

Latest revisions

# Date Author Comment
bf03a259 04/17/2024 06:15 AM Pat Riehecky

Fixes #36525 - kickstart's RHSM line only works on RHEL hosts

f3af7ab4 01/22/2023 11:38 AM Leos Stejskal

Fixes #35840 - Install chrony on RHEL 7

1117630b 12/03/2022 01:41 PM Ewoud Kohl van Wijngaarden

Refs #35796 - Reduce empty lines

In 699b7a3b4e9069237031b2dfbee8dba2bbaadf8c an additional empty line was
generated which broke the snapshots. This takes it a step further and
also removes various other lines in the generated output.

Fixes: 699b7a3b4e9069237031b2dfbee8dba2bbaadf8c

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

713a1878 06/16/2022 06:10 AM Adam Ruzicka

Fixes #34969 - Set up REX pull on client setup (#9235)

- Import katello-pull-transport-migrate
- Setup rex pull on registration
- Setup rex pull during provisioning
- Pass config params to slots/fills in registration form

1f145b5f 05/25/2022 09:11 AM Bastian Schmidt

Fixes #34908 - Set hostname for Ubuntu Autoinstall

74f6bdb8 03/15/2022 11:14 AM Ondřej Ezr

Refs #34558 - update snapshots

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.

View revisions

Also available in: Atom