Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

Latest revisions

# Date Author Comment
1b245d59 10/25/2022 01:37 PM Leos Stejskal

Fixes #35536 - Template input_resource macro & preview error (#9428)

30c41d67 10/05/2022 07:33 AM Adam Ruzicka

Fixes #35547 - Include REX pull in kickstart default (#9430)

  • Fixes #35547 - Include REX pull in kickstart default
  • Refs #35547 - Output the snippet verbatim
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....

a321f97a 09/15/2022 09:49 AM Leos Stejskal

Fixes #35331 - Use Anaconda rhsm in kickstart for RHEL 9

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

Fixes #35137 - Permit setting puppet tag during install

6614d14b 09/09/2022 09:21 AM Pat Riehecky

Fixes #35177 - Option to switch to graphical kickstart

b382bbc9 09/02/2022 01:40 PM Jonas Trüstedt

Fixes #35166 - Enable static IP for Ubuntu Autoinstall

  • Make IP method flexible and enable to switch between DHCP and static
  • Make BOOTIF default for multi-network device setup
  • Remove unused parameters from options

Co-authored-by: Bastian Schmidt <>

eebd309f 08/03/2022 12:46 PM Leos Stejskal

Fixes #35306 - host_puppet_* template macros ignores host_param (#9334)

When host.puppet_server or host.puppet_ca_server returns
empty string we don't load the values from host parameters.

0c1f4041 07/12/2022 04:23 PM Garret Rumohr

Fixes #34975 - Removed ks=. is supplied by kernel options snippet (#9238)

  • Fixes #34975 - Removed ks= from template. It is supplied by kernel options snippet.
  • Refs #34975 - Update snapshots

Co-authored-by: garret <>
Co-authored-by: Oleh Fedorenko <>

View revisions

Also available in: Atom