Jira (PUP-2079) puppet module generate can't copy template files without parsing/renaming them

2014-08-20 Thread Kylo Ginsberg (JIRA)
Title: Message Title










 

 Kylo Ginsberg updated an issue


















 Puppet /  PUP-2079



  puppet module generate can't copy template files without parsing/renaming them 










Change By:

 Kylo Ginsberg




Sprint:

 2014-09-03












   

 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-2079) puppet module generate can't copy template files without parsing/renaming them

2014-07-17 Thread John Duarte (JIRA)
Title: Message Title










 

 John Duarte updated an issue


















 Puppet /  PUP-2079



  puppet module generate can't copy template files without parsing/renaming them 










Change By:

 John Duarte




QA Contact:

 EricThompson JohnDuarte












   

 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-2079) puppet module generate can't copy template files without parsing/renaming them

2014-07-17 Thread John Duarte (JIRA)
Title: Message Title










 

 John Duarte updated an issue


















 Puppet /  PUP-2079



  puppet module generate can't copy template files without parsing/renaming them 










Change By:

 John Duarte




QA Status:

 Reviewed












   

 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-2079) puppet module generate can't copy template files without parsing/renaming them

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










 

 Adrien Thebo commented on an issue


















  Re: puppet module generate can't copy template files without parsing/renaming them 










Merged in 21267b7.












   

 Add Comment

























 Puppet /  PUP-2079



  puppet module generate can't copy template files without parsing/renaming them 







 When creating a new module with puppet module generate, any files  in the skeleton dir named *.erb are parsed as Ruby erb templates and  renamed, removing the file extension. This is a pain if you want to  include template files in your skeleton directory.















 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-2079) puppet module generate can't copy template files without parsing/renaming them

2014-06-30 Thread garrett honeycutt (JIRA)
Title: Message Title










 

 garrett honeycutt commented on an issue


















  Re: puppet module generate can't copy template files without parsing/renaming them 










+1 This behavior seems to have changed with Puppet 3.6












   

 Add Comment

























 Puppet /  PUP-2079



  puppet module generate can't copy template files without parsing/renaming them 







 When creating a new module with puppet module generate, any files  in the skeleton dir named *.erb are parsed as Ruby erb templates and  renamed, removing the file extension. This is a pain if you want to  include template files in your skeleton directory.















 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-2079) puppet module generate can't copy template files without parsing/renaming them

2014-06-30 Thread Pieter van de Bruggen (JIRA)
Title: Message Title










 

 Pieter van de Bruggen commented on an issue


















  Re: puppet module generate can't copy template files without parsing/renaming them 










garrett honeycutt Can you provide an example of how this behavior has changed?












   

 Add Comment

























 Puppet /  PUP-2079



  puppet module generate can't copy template files without parsing/renaming them 







 When creating a new module with puppet module generate, any files  in the skeleton dir named *.erb are parsed as Ruby erb templates and  renamed, removing the file extension. This is a pain if you want to  include template files in your skeleton directory.















 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-2079) puppet module generate can't copy template files without parsing/renaming them

2014-06-30 Thread garrett honeycutt (JIRA)
Title: Message Title










 

 garrett honeycutt commented on an issue


















  Re: puppet module generate can't copy template files without parsing/renaming them 










Generating a module now produces an incorrectly named file that has not been interpolated.
.fixtures.yml.erb pre fixtures: repositories: stdlib: repo: 'git://github.com/puppetlabs/puppetlabs-stdlib.git' ref: '3.2.0' symlinks: %= metadata.name %: # {source_dir} /pre  it used to create .fixtures.yml with the following, provided that the module's name is 'foo' pre .fixtures.yml.erb fixtures: repositories: stdlib: repo: 'git://github.com/puppetlabs/puppetlabs-stdlib.git' ref: '3.2.0' symlinks: foo: #{source_dir}
 /pre












   

 Add Comment

























 Puppet /  PUP-2079



  puppet module generate can't copy template files without parsing/renaming them 







 When creating a new module with puppet module generate, any files  in the skeleton dir named *.erb are parsed as Ruby erb templates and  renamed, removing the file extension. This is a pain if you want to  include template files in your skeleton directory.















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




 













Jira (PUP-2079) puppet module generate can't copy template files without parsing/renaming them

2014-06-30 Thread Pieter van de Bruggen (JIRA)
Title: Message Title










 

 Pieter van de Bruggen commented on an issue


















  Re: puppet module generate can't copy template files without parsing/renaming them 










Ah; that's the issue reported in 

PUP-2806
.
This issue is specifically focused on providing a facility for copying templates into the generated module without doing expansion (though the PR at https://github.com/puppetlabs/puppet/pull/2759 does incidentally fix 

PUP-2806
 as well).












   

 Add Comment

























 Puppet /  PUP-2079



  puppet module generate can't copy template files without parsing/renaming them 







 When creating a new module with puppet module generate, any files  in the skeleton dir named *.erb are parsed as Ruby erb templates and  renamed, removing the file extension. This is a pain if you want to  include template files in your skeleton directory.















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




 















Jira (PUP-2079) puppet module generate can't copy template files without parsing/renaming them

2014-06-24 Thread Aaron Armstrong (JIRA)
Title: Message Title










 

 Aaron Armstrong commented on an issue


















  Re: puppet module generate can't copy template files without parsing/renaming them 










Ryan Coleman - can you prioritize this issue WRT the PE 3.4 release?












   

 Add Comment

























 Puppet /  PUP-2079



  puppet module generate can't copy template files without parsing/renaming them 







 When creating a new module with puppet module generate, any files  in the skeleton dir named *.erb are parsed as Ruby erb templates and  renamed, removing the file extension. This is a pain if you want to  include template files in your skeleton directory.















 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-2079) puppet module generate can't copy template files without parsing/renaming them

2014-06-24 Thread Pieter van de Bruggen (JIRA)
Title: Message Title










 

 Pieter van de Bruggen commented on an issue


















  Re: puppet module generate can't copy template files without parsing/renaming them 










Since I've so far failed up update the ticket, there is a PR for this: https://github.com/puppetlabs/puppet/pull/2759












   

 Add Comment

























 Puppet /  PUP-2079



  puppet module generate can't copy template files without parsing/renaming them 







 When creating a new module with puppet module generate, any files  in the skeleton dir named *.erb are parsed as Ruby erb templates and  renamed, removing the file extension. This is a pain if you want to  include template files in your skeleton directory.















 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-2079) puppet module generate can't copy template files without parsing/renaming them

2014-06-24 Thread Andy Parker (JIRA)
Title: Message Title










 

 Andy Parker updated an issue


















 Puppet /  PUP-2079



  puppet module generate can't copy template files without parsing/renaming them 










Change By:

 Andy Parker




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-2079) puppet module generate can't copy template files without parsing/renaming them

2014-06-20 Thread Pieter van de Bruggen (JIRA)
Title: Message Title










 

 Pieter van de Bruggen updated an issue


















 Puppet /  PUP-2079



  puppet module generate can't copy template files without parsing/renaming them 










Change By:

 Pieter van de Bruggen




Story Points:

 1












   

 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-2079) puppet module generate can't copy template files without parsing/renaming them

2014-06-11 Thread Andy Parker (JIRA)
Title: Message Title










 

 Andy Parker updated an issue


















 Puppet /  PUP-2079



  puppet module generate can't copy template files without parsing/renaming them 










Change By:

 Andy Parker




Component/s:

 PMT












   

 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-2079) puppet module generate can't copy template files without parsing/renaming them

2014-04-23 Thread Andy Parker (JIRA)
Title: Message Title










 

 Andy Parker assigned an issue to Pieter van de Bruggen



















This is a change that came in a while ago and got dropped. Assigning to Pieter to handle it from here.









 Puppet /  PUP-2079



  puppet module generate can't copy template files without parsing/renaming them 










Change By:

 Andy Parker




Assignee:

 PietervandeBruggen












   

 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-2079) puppet module generate can't copy template files without parsing/renaming them

2014-03-27 Thread Robin Bowes (JIRA)
Title: Message Title










 

 Robin Bowes created an issue


















 Puppet /  PUP-2079



  puppet module generate can't copy template files without parsing/renaming them 










Issue Type:

  Bug




Assignee:


 Unassigned




Created:


 27/Mar/14 8:55 AM




Priority:

  Normal




Reporter:

 Robin Bowes










When creating a new module with puppet module generate, any files in the skeleton dir named *.erb are parsed as Ruby erb templates and renamed, removing the file extension. This is a pain if you want to include template files in your skeleton directory.












   

 Add Comment






















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