Jira (PUP-398) Backslashify windows paths when appropriate

2014-08-29 Thread Rob Reynolds (JIRA)
Title: Message Title










 

 Rob Reynolds updated an issue


















 Puppet /  PUP-398



  Backslashify windows paths when appropriate 










Change By:

 Rob Reynolds




Assignee:

 RobReynolds












   

 Add Comment






















 This message was sent by Atlassian JIRA (v6.1.4#6159-sha1:44eaede)




 














-- 
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 http://groups.google.com/group/puppet-bugs.
For more options, visit https://groups.google.com/d/optout.


Jira (PUP-398) Backslashify windows paths when appropriate

2014-08-04 Thread Rob Reynolds (JIRA)
Title: Message Title










 

 Rob Reynolds assigned an issue to Rob Reynolds


















 Puppet /  PUP-398



  Backslashify windows paths when appropriate 










Change By:

 Rob Reynolds




Assignee:

 RobReynolds












   

 Add Comment






















 This message was sent by Atlassian JIRA (v6.1.4#6159-sha1:44eaede)




 














-- 
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 http://groups.google.com/group/puppet-bugs.
For more options, visit https://groups.google.com/d/optout.


Jira (PUP-398) Backslashify windows paths when appropriate

2014-08-04 Thread Rob Reynolds (JIRA)
Title: Message Title










 

 Rob Reynolds commented on an issue


















  Re: Backslashify windows paths when appropriate 










Verified against master.


#http://sourceforge.net/projects/win32svn/files/1.8.9/Setup-Subversion-1.8.9-1.msi/download
package { 'Subversion':
  ensure = '1.8.9.1',
  source = 'C:/temp/Setup-Subversion-1.8.9-1.msi', #this is what has been fixed
  install_options = ['TARGETDIR=c:\subversion']
}

# package { 'Subversion':
#  ensure = absent,
# }



Note: Debug: Package source parameter contained /s - replaced with \s


Debug: Prefetching windows resources for package
Debug: Package source parameter contained /s - replaced with \s
Debug: Executing 'msiexec.exe /qn /norestart /i C:\temp\Setup-Subversion-1.8.9-1.msi TARGETDIR=c:\subversion'
Notice: /Stage[main]/Main/Package[Subversion]/ensure: created
Debug: /Package[Subversion]: The container Class[Main] will propagate my refresh event
Debug: Class[Main]: The container Stage[main] will propagate my refresh event
Debug: Finishing transaction 34516476















   

 Add Comment

























 Puppet /  PUP-398



  Backslashify windows paths when appropriate 







 When installing an MSI, the windows package provider passes the package source parameter to msiexec.exe. Unfortunately, it bmust/b use backslashes, otherwise, msiexec thinks it's a command line argument and will fail with a cryptic error: preFailed to install: Fail on INT 24./pre  The windows package provider should automatically convert the sourc...


Jira (PUP-398) Backslashify windows paths when appropriate

2014-07-29 Thread Adrien Thebo (JIRA)
Title: Message Title










 

 Adrien Thebo updated an issue


















 Puppet /  PUP-398



  Backslashify windows paths when appropriate 










Change By:

 Adrien Thebo




Fix Version/s:

 3.7.0












   

 Add Comment






















 This message was sent by Atlassian JIRA (v6.1.4#6159-sha1:44eaede)




 














-- 
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 http://groups.google.com/group/puppet-bugs.
For more options, visit https://groups.google.com/d/optout.


Jira (PUP-398) Backslashify windows paths when appropriate

2014-07-29 Thread Adrien Thebo (JIRA)
Title: Message Title










 

 Adrien Thebo commented on an issue


















  Re: Backslashify windows paths when appropriate 










Merged in 8c80d5d.












   

 Add Comment

























 Puppet /  PUP-398



  Backslashify windows paths when appropriate 







 When installing an MSI, the windows package provider passes the package source parameter to msiexec.exe. Unfortunately, it bmust/b use backslashes, otherwise, msiexec thinks it's a command line argument and will fail with a cryptic error: preFailed to install: Fail on INT 24./pre  The windows package provider should automatically convert the sourc...















 This message was sent by Atlassian JIRA (v6.1.4#6159-sha1:44eaede)




 














-- 
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 http://groups.google.com/group/puppet-bugs.
For more options, visit https://groups.google.com/d/optout.


Jira (PUP-398) Backslashify windows paths when appropriate

2014-07-28 Thread Adrien Thebo (JIRA)
Title: Message Title










 

 Adrien Thebo commented on an issue


















  Re: Backslashify windows paths when appropriate 










Moving to Needs Information pending contributor response on https://github.com/puppetlabs/puppet/pull/2880#discussion-diff-15471758 .












   

 Add Comment

























 Puppet /  PUP-398



  Backslashify windows paths when appropriate 







 When installing an MSI, the windows package provider passes the package source parameter to msiexec.exe. Unfortunately, it bmust/b use backslashes, otherwise, msiexec thinks it's a command line argument and will fail with a cryptic error: preFailed to install: Fail on INT 24./pre  The windows package provider should automatically convert the sourc...















 This message was sent by Atlassian JIRA (v6.1.4#6159-sha1:44eaede)




 














-- 
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 http://groups.google.com/group/puppet-bugs.
For more options, visit https://groups.google.com/d/optout.


Jira (PUP-398) Backslashify windows paths when appropriate

2014-07-28 Thread Adrien Thebo (JIRA)
Title: Message Title










 

 Adrien Thebo updated an issue


















 Puppet /  PUP-398



  Backslashify windows paths when appropriate 










Change By:

 Adrien Thebo




Assignee:

 ChrisSpence












   

 Add Comment






















 This message was sent by Atlassian JIRA (v6.1.4#6159-sha1:44eaede)




 














-- 
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 http://groups.google.com/group/puppet-bugs.
For more options, visit https://groups.google.com/d/optout.


Jira (PUP-398) Backslashify windows paths when appropriate

2014-07-24 Thread Rob Reynolds (JIRA)
Title: Message Title










 

 Rob Reynolds updated an issue


















 Puppet /  PUP-398



  Backslashify windows paths when appropriate 










Change By:

 Rob Reynolds




Component/s:

 Community












   

 Add Comment






















 This message was sent by Atlassian JIRA (v6.1.4#6159-sha1:44eaede)




 














-- 
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 http://groups.google.com/group/puppet-bugs.
For more options, visit https://groups.google.com/d/optout.


Jira (PUP-398) Backslashify windows paths when appropriate

2014-07-17 Thread Rob Reynolds (JIRA)
Title: Message Title










 

 Rob Reynolds updated an issue


















 Puppet /  PUP-398



  Backslashify windows paths when appropriate 










Change By:

 Rob Reynolds




Component/s:

 Client












   

 Add Comment






















 This message was sent by Atlassian JIRA (v6.1.4#6159-sha1:44eaede)




 














-- 
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 http://groups.google.com/group/puppet-bugs.
For more options, visit https://groups.google.com/d/optout.


Jira (PUP-398) Backslashify windows paths when appropriate

2014-07-17 Thread Rob Reynolds (JIRA)
Title: Message Title










 

 Rob Reynolds updated an issue


















 Puppet /  PUP-398



  Backslashify windows paths when appropriate 










Change By:

 Rob Reynolds









 WheninstallinganMSI,thewindowspackageproviderpassesthepackagesourceparametertomsiexec.exe.Unfortunately,itbmust/busebackslashes,otherwise,msiexecthinksit'sacommandlineargumentandwillfailwithacrypticerror:preFailedtoinstall:FailonINT24./preThewindowspackageprovidershouldautomaticallyconvertthesourcetobackslashessothatitjustworks.












   

 Add Comment






















 This message was sent by Atlassian JIRA (v6.1.4#6159-sha1:44eaede)




 














-- 
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 http://groups.google.com/group/puppet-bugs.
For more options, visit https://groups.google.com/d/optout.


Jira (PUP-398) Backslashify windows paths when appropriate

2014-06-10 Thread Khoury Brazil (JIRA)
Title: Message Title










 

 Khoury Brazil commented on an issue


















  Re: Backslashify windows paths when appropriate 










Until this is fixed it may be worth updating the documentation here:
http://docs.puppetlabs.com/windows/writing.html#forward-slashes-vs-backslashes

Forward slashes SHOULD be used in:
The title or path attribute of a file resource The source attribute of a package resource

If you use a forward slash with the source attribute on a package resource with an MSI, it will fail. The documentation won't be as pretty but it won't trip up everyone who's taking it as gospel.












   

 Add Comment

























 Puppet /  PUP-398



  Backslashify windows paths when appropriate 














 This message was sent by Atlassian JIRA (v6.1.4#6159-sha1:44eaede)




 














-- 
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 http://groups.google.com/group/puppet-bugs.
For more options, visit https://groups.google.com/d/optout.


Jira (PUP-398) Backslashify windows paths when appropriate

2014-06-10 Thread Josh Cooper (JIRA)
Title: Message Title










 

 Josh Cooper updated an issue


















 Puppet /  PUP-398



  Backslashify windows paths when appropriate 










Change By:

 Josh Cooper




Component/s:

 DOCS












   

 Add Comment






















 This message was sent by Atlassian JIRA (v6.1.4#6159-sha1:44eaede)




 














-- 
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 http://groups.google.com/group/puppet-bugs.
For more options, visit https://groups.google.com/d/optout.


Jira (PUP-398) Backslashify windows paths when appropriate

2014-06-10 Thread Josh Cooper (JIRA)
Title: Message Title










 

 Josh Cooper commented on an issue


















  Re: Backslashify windows paths when appropriate 










Thanks Khoury Brazil, yes we need to update those docs. Justin Holguin, can you move The source attribute of a package resource from the SHOULD be used section to the MUST NOT be used section?












   

 Add Comment

























 Puppet /  PUP-398



  Backslashify windows paths when appropriate 














 This message was sent by Atlassian JIRA (v6.1.4#6159-sha1:44eaede)




 














-- 
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 http://groups.google.com/group/puppet-bugs.
For more options, visit https://groups.google.com/d/optout.


Jira (PUP-398) Backslashify windows paths when appropriate

2014-06-10 Thread Justin Holguin (JIRA)
Title: Message Title










 

 Justin Holguin commented on an issue


















  Re: Backslashify windows paths when appropriate 










Thanks Khoury Brazil and Josh Cooper! I just pushed the change to the docs.












   

 Add Comment

























 Puppet /  PUP-398



  Backslashify windows paths when appropriate 














 This message was sent by Atlassian JIRA (v6.1.4#6159-sha1:44eaede)




 














-- 
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 http://groups.google.com/group/puppet-bugs.
For more options, visit https://groups.google.com/d/optout.