Actions
Bug #3789
closedforeman-installer doesn't work since puppet 2.7.23 and older
Description
Since puppet 2.7.23 is out, foreman-installer doesn't work with the following error:
PathPatterns cannot be created with directory traversals. at /usr/lib/ruby/gems/1.8/gems/kafo-0.2.1/lib/kafo/../..//modules/kafo_configure/manifests/init.pp:17 on node deploy.localdomain
I guess the following changes in puppet can be the causes:
88da2ab (#21971) Check for possible directory traversal
94cedf7 (#21971) Allow paths that contain .. as part of a name
The modulepath can't contain ".." sequence.
Actions