Comment 6 for bug 1310569

Revision history for this message
Ben Hagen (c.ben.hagen) wrote :

Not sure what you mean by "unusually encoded" but the following line will trigger the bug:

mkdir -p /tmp/src; touch /tmp/ö.txt; puppet apply --exec 'file { "/tmp/dst":ensure => directory, recurse => true, source => "/tmp/src" }'