Jira (PUP-1958) Puppet Ticketing System Should Support Puppet Markup

2014-03-16 Thread Trevor Vaughan (JIRA)
Title: Message Title










 

 Trevor Vaughan created an issue











 






 Puppet /  PUP-1958



  Puppet Ticketing System Should Support Puppet Markup 










Issue Type:

  New Feature




Assignee:

 Eric Sorenson




Components:


 Community




Created:


 16/Mar/14 4:33 PM




Priority:

  Trivial




Reporter:

 Trevor Vaughan










Using the '{code:puppet}' tag is not supported in the ticketing system.
It would be a nice to have for posting puppet code snippets.
Assigned this to Puppet since there isn't a section for the ticketing system.












   

 Add Comment











 










  

Jira (PUP-1957) File type chaining does not work as expected.

2014-03-16 Thread Trevor Vaughan (JIRA)
Title: Message Title










 

 Trevor Vaughan created an issue











 






 Puppet /  PUP-1957



  File type chaining does not work as expected. 










Issue Type:

  Improvement




Affects Versions:


 3.4.3




Assignee:

 Kylo Ginsberg




Components:


 Types and Providers




Created:


 16/Mar/14 4:30 PM




Environment:


Any




Priority:

  Normal




Reporter:

 Trevor Vaughan










When chaining recursive file types I would expect that all sub-entries would be executed prior to the end of the chain.
Example:



file { '/tmp/foo':  ensure => 'directory' }
file { '/tmp/foo/bar.txt':
  source => 'puppet:///some/file.txt'
}

file { '/tmp/bar':
  ensure => 'directory',
  source => 'file:///tmp/foo',
  recurse => true
}



In this case, since /tmp/bar is a recursive entry pointing to /tmp/foo and /tmp/foo has files under it, I would expect that all resources under /tmp/foo would be autorequired by /tmp/bar.

Jira (HI-183) Really need the ability to lookup hashes and arrays from other parts of Hiera.

2014-03-16 Thread Trevor Vaughan (JIRA)
Title: Message Title










 

 Trevor Vaughan commented on an issue











 






  Re: Really need the ability to lookup hashes and arrays from other parts of Hiera. 










Sorry I missed this somehow.
I'll have to take a look at the code I suppose.
Would it be possible to use a different method for searching the hierarchy?
How I feel that it should work:
1) If trying to assign to an LHS value -> Must return a string 2) If trying to assign to an RHS value -> Return whatever you want
When running the code, the error that is returns makes it seem like it's almost doing this. It tries to convert an Array/Hash to a string and then bombs. If you just returned me the value that you're bombing on, I'd have what I wanted.












   

 Add Comment











 













 Hiera /  HI-183



  Really need the ability to lookup hashes and arrays from other parts of Hiera. 







 So, back in the old Redmine system, there was feature #23323 (http://projects.puppetlabs.com/issues/23323), which needed to be able to look up hashes and arrays from other parts of Hiera.   I would like to reinstate that request here since the current solution only partially meets common data management consolidation needs.   For instance, consider this...















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




 

Jira (PUP-1952) Run specs against jruby

2014-03-16 Thread Kylo Ginsberg (JIRA)
Title: Message Title










 

 Kylo Ginsberg commented on an issue











 






  Re: Run specs against jruby 










I did a micro-spike on this to suss the story points. Not quite as straightforward as I had hoped. I turned it on in travis and fixed a few minor niceties along the way, I've been updating the pull request as I go. But still needs work.












   

 Add Comment











 













 Puppet /  PUP-1952



  Run specs against jruby 














 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-1952) Run specs against jruby

2014-03-16 Thread Kylo Ginsberg (JIRA)
Title: Message Title










 

 Kylo Ginsberg updated an issue











 






 Puppet /  PUP-1952



  Run specs against jruby 










Change By:

 Kylo Ginsberg




Story Points:

 1 3












   

 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 (PDB-347) Support CRL checking

2014-03-16 Thread Daniele Sluijters (JIRA)
Title: Message Title










 

 Daniele Sluijters commented on an issue











 






  Re: Support CRL checking 










Java by default can do OCSP so if Puppet would provide an OCSP service this would be trivial to fix. It also has the added advantage that you don't need to go and fetch/parse the CRL every time.












   

 Add Comment











 













 PuppetDB /  PDB-347



  Support CRL checking 







 As PuppetDB handles the checking of client SSL certificates it should also be able to verify them against a CRL.















 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-1225) Puppet does not specify encoding when setting up rails database connection

2014-03-16 Thread Stefan Schulte (JIRA)
Title: Message Title










 

 Stefan Schulte commented on an issue











 






  Re: Puppet does not specify encoding when setting up rails database connection 










I searched if this is a known issue in ruby but all I found is the following issue: https://bugs.ruby-lang.org/issues/9414












   

 Add Comment











 













 Puppet /  PUP-1225



  Puppet does not specify encoding when setting up rails database connection 







 Hi,   I want to install puppet on Windows Server 2003. I already have a working Puppetmaster (Scientific Linux).   I installed puppet the way it's explained here:  http://projects.puppetlabs.com/projects/1/wiki/Puppet_Windows   It worked moving files locally via puppet for example.   But when I try to run puppet via Puppetmaster I always get the follo...















 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://group