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.
Updated by Sam Kottler about 11 years ago
- Status changed from New to Ready For Testing
Updated by Marek Hulán about 11 years ago
- Status changed from Ready For Testing to Closed
Merged here
Updated by Dominic Cleal about 11 years ago
Released in kafo 0.2.2, pushed into the EL6 yum repo and Debian repos soon.
Actions