Jira (PUP-6509) Puppet not handling squared brackets in the source attribute for file resource

2016-07-21 Thread David Perez Rodriguez (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 David Perez Rodriguez commented on  PUP-6509 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Puppet not handling squared brackets in the source attribute for file resource  
 
 
 
 
 
 
 
 
 
 
Hi there!  
Is there any update regarding this issue? Thanks. 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.13#64028-sha1:b7939e9) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
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 puppet-bugs+unsubscr...@googlegroups.com.
To post to this group, send email to puppet-bugs@googlegroups.com.
Visit this group at https://groups.google.com/group/puppet-bugs.
For more options, visit https://groups.google.com/d/optout.


Jira (PUP-3135) Square brackets in file names not handled properly

2016-07-18 Thread David Perez Rodriguez (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 David Perez Rodriguez commented on  PUP-3135 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Square brackets in file names not handled properly   
 
 
 
 
 
 
 
 
 
 
I'm using puppetserver. Ruby version is  
root@server:/etc/puppetlabs# facter ruby { platform => "x86_64-linux", sitedir => "/opt/puppetlabs/puppet/lib/ruby/site_ruby/2.1.0", version => "2.1.9" } 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.13#64028-sha1:b7939e9) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
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 puppet-bugs+unsubscr...@googlegroups.com.
To post to this group, send email to puppet-bugs@googlegroups.com.
Visit this group at https://groups.google.com/group/puppet-bugs.
For more options, visit https://groups.google.com/d/optout.


Jira (PUP-6509) Puppet not handling squared brackets in the source attribute for file resource

2016-07-18 Thread David Perez Rodriguez (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 David Perez Rodriguez updated an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Puppet /  PUP-6509 
 
 
 
  Puppet not handling squared brackets in the source attribute for file resource  
 
 
 
 
 
 
 
 
 

Change By:
 
 David Perez Rodriguez 
 
 
 
 
 
 
 
 
 
 I am still facing this issue, when trying to copy git installation files by copying a folder and making it recursive. There is a file called [.exe and it is failing with: {code:java} Error: /Stage[main]/Tcagents/File[Copy Team City agent tools]: Failed to generate additional resources using 'eval_generate': Parameter source failed on File[D:/TeamCityTools/git-2.5.0/usr/bin/[.exe]: Could not understand source puppet:///tools/TeamCityTools/git-2.5.0/usr/bin/[.exe: bad URI(is not URI?): puppet:///tools/TeamCityTools/git-2.5.0/usr/bin/[.exe {code}   While reading other requests, I saw that is is due to the URI library Puppet uses for validating the path. I also found the same issue in https://tickets.puppetlabs.com/browse/PUP-3135 but it is accepted without a solution. I wonder if there is a workaround you recommend or a fix for this. Using Puppet 4.4.2.Resource is: {code:java} file{'Copy Team City agent tools': ensure => directory, path => $tc_tools_path, source => 'puppet:///tools/TeamCityTools', recurse => true,} {code} 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.13#64028-sha1:b7939e9) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
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 puppet-bugs+unsubscr...@googlegroups.com.
To post to this group, send email to puppet-bugs@googlegroups.com.

Jira (PUP-6509) Puppet not handling squared brackets in the source attribute for file resource

2016-07-15 Thread David Perez Rodriguez (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 David Perez Rodriguez updated an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Puppet /  PUP-6509 
 
 
 
  Puppet not handling squared brackets in the source attribute for file resource  
 
 
 
 
 
 
 
 
 

Change By:
 
 David Perez Rodriguez 
 
 
 
 
 
 
 
 
 
 I am still facing this issue, when trying to copy git installation files by copying a folder and making it recursive. There is a file called [.exe and it is failing with:Error: /Stage[main]/ Profile::Intelcom::Aem:: Tcagents/File[Copy Team City agent tools]: Failed to generate additional resources using 'eval_generate': Parameter source failed on File[D:/TeamCityTools/git-2.5.0/usr/bin/[.exe]: Could not understand source puppet:///tools/TeamCityTools/git-2.5.0/usr/bin/[.exe: bad URI(is not URI?): puppet:///tools/TeamCityTools/git-2.5.0/usr/bin/[.exeWhile reading other requests, I saw that is is due to the URI library Puppet uses for validating the path. I also found the same issue in https://tickets.puppetlabs.com/browse/PUP-3135 but it is accepted without a solution. I wonder if there is a workaround you recommend or a fix for this. Using Puppet 4.4.2.Resource is:file{'Copy Team City agent tools': ensure => directory, path => $tc_tools_path, source => 'puppet:///tools/TeamCityTools', recurse => true,} 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.13#64028-sha1:b7939e9) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
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 puppet-bugs+unsubscr...@googlegroups.com.
To post to this group, send email to puppet-bugs@googlegroups.com.
Visit this group at 

Jira (PUP-6509) Puppet not handling squared brackets in the source attribute for file resource

2016-07-15 Thread David Perez Rodriguez (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 David Perez Rodriguez updated an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Puppet /  PUP-6509 
 
 
 
  Puppet not handling squared brackets in the source attribute for file resource  
 
 
 
 
 
 
 
 
 

Change By:
 
 David Perez Rodriguez 
 
 
 

Acceptance Criteria:
 
 Beign Being  able to use squared brackets as part of the file name 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.13#64028-sha1:b7939e9) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
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 puppet-bugs+unsubscr...@googlegroups.com.
To post to this group, send email to puppet-bugs@googlegroups.com.
Visit this group at https://groups.google.com/group/puppet-bugs.
For more options, visit https://groups.google.com/d/optout.


Jira (PUP-6509) Puppet not handling squared brackets in the source attribute for file resource

2016-07-15 Thread David Perez Rodriguez (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 David Perez Rodriguez created an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Puppet /  PUP-6509 
 
 
 
  Puppet not handling squared brackets in the source attribute for file resource  
 
 
 
 
 
 
 
 
 

Issue Type:
 
  Bug 
 
 
 

Affects Versions:
 

 PUP 4.4.2 
 
 
 

Assignee:
 

 Unassigned 
 
 
 

Components:
 

 Language 
 
 
 

Created:
 

 2016/07/15 8:58 AM 
 
 
 

Environment:
 
 
Puppet server: Ubuntu 14.04 Puppet agents: Windows 2012 R2 
 
 
 

Priority:
 
  Normal 
 
 
 

Reporter:
 
 David Perez Rodriguez 
 
 
 
 
 
 
 
 
 
 
I am still facing this issue, when trying to copy git installation files by copying a folder and making it recursive. There is a file called [.exe and it is failing with: 
Error: /Stage[main]/Profile::Intelcom::Aem::Tcagents/File[Copy Team City agent tools]: Failed to generate additional resources using 'eval_generate': Parameter source failed on File[D:/TeamCityTools/git-2.5.0/usr/bin/[.exe]: Could not understand source puppet:///tools/TeamCityTools/git-2.5.0/usr/bin/[.exe: bad URI(is not URI?): puppet:///tools/TeamCityTools/git-2.5.0/usr/bin/[.exe 

Jira (PUP-3135) Square brackets in file names not handled properly

2016-07-15 Thread David Perez Rodriguez (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 David Perez Rodriguez commented on  PUP-3135 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Square brackets in file names not handled properly   
 
 
 
 
 
 
 
 
 
 
I am still facing this issue, when trying to copy git installation files by copying a folder and making it recursive. There is a file called [.exe and it is failing with: 
Error: /Stage[main]/Profile::Intelcom::Aem::Tcagents/File[Copy Team City agent tools]: Failed to generate additional resources using 'eval_generate': Parameter source failed on File[D:/TeamCityTools/git-2.5.0/usr/bin/[.exe]: Could not understand source puppet:///tools/TeamCityTools/git-2.5.0/usr/bin/[.exe: bad URI(is not URI?): puppet:///tools/TeamCityTools/git-2.5.0/usr/bin/[.exe 
I wonder if there is a workaround you recommend or a fix for this. Using Puppet 4.4.2. 
Resource is: 
file {'Copy Team City agent tools': ensure => directory, path => $tc_tools_path, source => 'puppet:///tools/TeamCityTools', recurse => true, } 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.13#64028-sha1:b7939e9) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
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 puppet-bugs+unsubscr...@googlegroups.com.
To post to this group, send email to puppet-bugs@googlegroups.com.
Visit this group at https://groups.google.com/group/puppet-bugs.
For more options, visit https://groups.google.com/d/optout.