Issue #22212 has been updated by Tristan Helmich.

Hi,
can you give an example allowing us to recreate the issue (and specify which 
version is affected)?
I successfully created a file containing a '?' with the following code (Puppet 
3.2.4):
<pre>
  file { '/srv/www/test?moretest':
    ensure  => present,
    owner   => root,
    group   => root,
    mode    => '0755',
    content => 'TEST',
  }
</pre>
If this is not what you meant please try to be more descriptive.

----------------------------------------
Bug #22212: File Names with "?" Cause Failures
https://projects.puppetlabs.com/issues/22212#change-98244

* Author: Celia Cottle
* Status: Investigating
* Priority: Normal
* Assignee: Tristan Helmich
* Category: 
* Target version: 
* Affected Puppet version: 
* Keywords: customer
* Branch: 
----------------------------------------
File names that contain "?" cause runs to fail and reports that it can't find a 
file name by section before the ?, and seemingly drops the ? and anything 
after. 


-- 
You have received this notification because you have either subscribed to it, 
or are involved in it.
To change your notification preferences, please click here: 
http://projects.puppetlabs.com/my/account

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Bugs" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/puppet-bugs.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to