Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

Latest revisions

# Date Author Comment
57fe1821 10/31/2022 11:24 AM Adam Ruzicka

Fixes #35694 - Add foreman product version macro

1b245d59 10/25/2022 01:37 PM Leos Stejskal

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

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...

952e1614 09/28/2022 09:35 AM Evgeni Golov

Fixes #32685 - update graphql to 1.13.x

GrapQL 1.13.x is a large update and can break plugins, but it is Ruby 3
compatible.

Co-authored-by: Oleh Fedorenko <>

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

9089087e 09/12/2022 10:51 AM Ewoud Kohl van Wijngaarden

Fixes #35300 - Pass keyword arguments correctly (#9332)

In Ruby 3.0 keyword arguments are handled separate from positional
arguments1. This uses kwargs and passes it along.

[1]: https://www.ruby-lang.org/en/news/2019/12/12/separation-of-positional-and-keyword-arguments-in-ruby-3-0/

afd05182 08/25/2022 09:30 AM Ewoud Kohl van Wijngaarden

Fixes #35420 - Drop boot_settings.rb for early settings

With Rails 7 require_relative no longer works in a Gemfile (maybe it's
Zeitwerk?). Currently we only support Rails 6.1 anyway and if we can't
use the mechanism for Rails 7 this mechanism should be removed....

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.

1948651d 08/02/2022 11:18 AM Ewoud Kohl van Wijngaarden

Fixes #35298 - Pass trim_mode as a keyword argument

Ruby 2.6 introduced the keyword argument and Ruby 3.1 raises deprecation
warnings about this.

View revisions

Also available in: Atom