Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

Latest revisions

# Date Author Comment
989e0aad 08/09/2021 03:08 PM Leos Stejskal

Fixes #32822 - Job templates and resource picker

New `resource` user input type for templates with
template macro `input_resource` returning the resource object

9c1b18ff 08/03/2021 09:27 AM Leos Stejskal

Fixes #33033 - shell_escape template macro

New template macro `shell_escape` using
Ruby's `Shellwords.shellescape` for safe shell strings.

Use `shell_escape` for user input variables
in registration templates (`global` & `host_init`)

dffe39af 07/23/2021 12:48 PM Evgeni Golov

Fixes #32540 - host_param_(true|false)? cleanup

let the `default_value` denote what we "read" by default from the host
(in the case the host doesn't have the param) and then compare it with
`true`/`false` (depending on the func) as done with the existing...

bb991bd4 07/19/2021 10:39 AM Ondřej Ezr

Fixes #31059 - regenerate snapshots without environment

92eb6cee 07/19/2021 10:39 AM Ondřej Ezr

Fixes #31235 - drop Puppetclass models

Drops Puppetclass models and their usage.
Extracted in https://github.com/theforeman/foreman_puppet_enc/pull/81
Tests extracted in:
- hostgroup - https://github.com/theforeman/foreman_puppet_enc/pull/85

85df2015 07/19/2021 10:39 AM Ondřej Ezr

Fixes #31056 - drop SmartProxy Puppet feature

Drops testing with puppet feature, Puppet Proxy status.
Puppet proxy multiple update on host.

Extracted in: https://github.com/theforeman/foreman_puppet_enc/pull/70

198040f6 07/16/2021 02:01 PM Leos Stejskal

Fixes #32918 - Host registration - Update packages

New parameter `update_packages` for update of
all packages on the host when registered

82511609 07/14/2021 12:48 PM Lukas Zapletal

Refs #32981 - add snapshot tests for debian and ubuntu

d334af4e 07/04/2021 12:19 PM Ondřej Ezr

Fixes #32490 - proper permission for ansible (#8630)

The file `/root/ansible_provisioning_call.sh` needs to be runnable.

Co-authored-by: Aldrey Galindo <>

5051e374 06/16/2021 08:33 AM Dominik Matoulek

Fixes #28221 - Adding passing of template scope for snippet rendering

In current implementation templates can be much complex by snippet.
Reusable pieces of template code that should be in the same scope like
their templates but they are not. This PR tries to solve that.

View revisions

Also available in: Atom