puppet | 1 Apr 2008 01:35
Favicon

[Puppet-bugs] Re: #1020: Error reporting on OpenSSL errors should be clearer

#1020: Error reporting on OpenSSL errors should be clearer
---------------------+------------------------------------------------------
 Reporter:  asa      |        Owner:  luke             
     Type:  defect   |       Status:  new              
 Priority:  normal   |    Milestone:  unplanned        
Component:  library  |      Version:                   
 Severity:  normal   |   Resolution:                   
 Keywords:           |        Stage:  Ready for checkin
    Patch:  Code     |   Complexity:  Trivial          
---------------------+------------------------------------------------------
Comment (by jamtur01):

 After some advice from Luke I've reverted the previous commit and added
 [e51d05c9aa86db2911a68622fcf983e543576f07] also in branch 0.24.x.

-- 
Ticket URL: <http://reductivelabs.com/trac/puppet/ticket/1020#comment:9>
puppet <http://reductivelabs.com>
Puppet - Portable System Automation
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Puppet Bugs" group.
To post to this group, send email to puppet-bugs <at> googlegroups.com
To unsubscribe from this group, send email to puppet-bugs-unsubscribe <at> googlegroups.com
For more options, visit this group at http://groups.google.com/group/puppet-bugs?hl=en
-~----------~----~----~----~------~----~------~--~---

puppet | 1 Apr 2008 01:41
Favicon

[Puppet-bugs] #1171: Updates to rrdgraph documentation

#1171: Updates to rrdgraph documentation
-----------------------------------+----------------------------------------
Reporter:  jamtur01                |        Owner:  community    
    Type:  enhancement             |       Status:  new          
Priority:  normal                  |    Component:  documentation
 Version:  0.24.4                  |     Severity:  normal       
Keywords:  rrdgraph documentation  |        Stage:  Unreviewed   
   Patch:  Code                    |   Complexity:  Unknown      
-----------------------------------+----------------------------------------
 Updates to rrdgraph documentation.

-- 
Ticket URL: <http://reductivelabs.com/trac/puppet/ticket/1171>
puppet <http://reductivelabs.com>
Puppet - Portable System Automation
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Puppet Bugs" group.
To post to this group, send email to puppet-bugs <at> googlegroups.com
To unsubscribe from this group, send email to puppet-bugs-unsubscribe <at> googlegroups.com
For more options, visit this group at http://groups.google.com/group/puppet-bugs?hl=en
-~----------~----~----~----~------~----~------~--~---

puppet | 1 Apr 2008 01:42
Favicon

[Puppet-bugs] Re: #1171: Updates to rrdgraph documentation

#1171: Updates to rrdgraph documentation
------------------------------------+---------------------------------------
 Reporter:  jamtur01                |        Owner:  luke             
     Type:  enhancement             |       Status:  new              
 Priority:  normal                  |    Milestone:                   
Component:  documentation           |      Version:  0.24.4           
 Severity:  normal                  |   Resolution:                   
 Keywords:  rrdgraph documentation  |        Stage:  Ready for checkin
    Patch:  Code                    |   Complexity:  Trivial          
------------------------------------+---------------------------------------
Changes (by jamtur01):

  * owner:  community => luke
  * complexity:  Unknown => Trivial
  * stage:  Unreviewed => Ready for checkin

Comment:

 Commit [f927b97f9ba454dab23255a259642b6b5dc1aae9] in branch 0.24.x.

 Can you please also re-gen the Reports Reference wiki page - it hasn't
 been done since April 2007.

-- 
Ticket URL: <http://reductivelabs.com/trac/puppet/ticket/1171#comment:1>
puppet <http://reductivelabs.com>
Puppet - Portable System Automation
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Puppet Bugs" group.
To post to this group, send email to puppet-bugs <at> googlegroups.com
(Continue reading)

puppet | 1 Apr 2008 02:04
Favicon

[Puppet-bugs] #1172: puppetdoc report reference gen broken

#1172: puppetdoc report reference gen broken
--------------------------------------------+-------------------------------
Reporter:  jamtur01                         |        Owner:  community  
    Type:  defect                           |       Status:  new        
Priority:  normal                           |    Component:  executables
 Version:  0.24.4                           |     Severity:  normal     
Keywords:  puppetdoc report trac reference  |        Stage:  Unreviewed 
   Patch:  None                             |   Complexity:  Unknown    
--------------------------------------------+-------------------------------
 puppetdoc -m trac -r report
 {{{
 /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/core_ext/module/introspection.rb:5:in
 `parent': private method `split' called for :Report:Symbol (NoMethodError)
         from
 /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:464:in
 `const_missing'
         from
 /usr/lib/ruby/site_ruby/1.8/puppet/network/handler/report.rb:9
         from /usr/lib/ruby/site_ruby/1.8/puppet/util/autoload.rb:77:in
 `load'
         from /usr/lib/ruby/site_ruby/1.8/puppet/util/autoload.rb:77:in
 `load'
         from /usr/lib/ruby/site_ruby/1.8/puppet/util/autoload.rb:132:in
 `eachdir'
         from /usr/lib/ruby/site_ruby/1.8/puppet/util/autoload.rb:130:in
 `each'
         from /usr/lib/ruby/site_ruby/1.8/puppet/util/autoload.rb:130:in
 `eachdir'
         from /usr/lib/ruby/site_ruby/1.8/puppet/util/autoload.rb:73:in
 `load'
(Continue reading)

puppet | 1 Apr 2008 03:21
Favicon

[Puppet-bugs] #1173: Having a manifest file with the same name as a directory inside a module fails to load the class

#1173: Having a manifest file with the same name as a directory inside a module
fails to load the class
------------------------------------+---------------------------------------
Reporter:  shadoi                   |        Owner:  community 
    Type:  defect                   |       Status:  new       
Priority:  normal                   |    Component:  library   
 Version:  0.24.4                   |     Severity:  normal    
Keywords:  module import directory  |        Stage:  Unreviewed
   Patch:  Code                     |   Complexity:  Unknown   
------------------------------------+---------------------------------------
 For example:
 module/class.pp
 module/class/subclass.pp

 Attempting to load module::class will fail, saying that it can't import a
 directory.

 I've made a fix for this, but I'm not sure it's the best way to do it,
 basically I just append ".pp" to and imports that it tries to do.  Works
 for me.  It can be found here in commit:
 [http://github.com/shadoi/puppet/commit/900e4814482d02f6c000f992aa891d06ee8273a2

 900e481]

-- 
Ticket URL: <http://reductivelabs.com/trac/puppet/ticket/1173>
puppet <http://reductivelabs.com>
Puppet - Portable System Automation
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Puppet Bugs" group.
To post to this group, send email to puppet-bugs <at> googlegroups.com
(Continue reading)

puppet | 1 Apr 2008 03:21
Favicon

[Puppet-bugs] Re: #1173: Having a manifest file with the same name as a directory inside a module fails to load the class

#1173: Having a manifest file with the same name as a directory inside a module
fails to load the class
-------------------------------------+--------------------------------------
 Reporter:  shadoi                   |        Owner:  shadoi    
     Type:  defect                   |       Status:  new       
 Priority:  normal                   |    Milestone:            
Component:  library                  |      Version:  0.24.4    
 Severity:  normal                   |   Resolution:            
 Keywords:  module import directory  |        Stage:  Unreviewed
    Patch:  Code                     |   Complexity:  Unknown   
-------------------------------------+--------------------------------------
Changes (by shadoi):

  * owner:  community => shadoi

-- 
Ticket URL: <http://reductivelabs.com/trac/puppet/ticket/1173#comment:1>
puppet <http://reductivelabs.com>
Puppet - Portable System Automation
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Puppet Bugs" group.
To post to this group, send email to puppet-bugs <at> googlegroups.com
To unsubscribe from this group, send email to puppet-bugs-unsubscribe <at> googlegroups.com
For more options, visit this group at http://groups.google.com/group/puppet-bugs?hl=en
-~----------~----~----~----~------~----~------~--~---

puppet | 1 Apr 2008 04:05
Favicon

[Puppet-bugs] Re: #1170: puppet.schema uses duplicated attribute id

#1170: puppet.schema uses duplicated attribute id
--------------------------+-------------------------------------------------
 Reporter:  wrobel        |        Owner:  luke             
     Type:  defect        |       Status:  closed           
 Priority:  normal        |    Milestone:                   
Component:  library       |      Version:  0.24.3           
 Severity:  normal        |   Resolution:  fixed            
 Keywords:  ldap, schema  |        Stage:  Ready for checkin
    Patch:  Code          |   Complexity:  Trivial          
--------------------------+-------------------------------------------------
Changes (by luke):

  * status:  new => closed
  * resolution:  => fixed

Comment:

 Pushed.

-- 
Ticket URL: <http://reductivelabs.com/trac/puppet/ticket/1170#comment:2>
puppet <http://reductivelabs.com>
Puppet - Portable System Automation
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Puppet Bugs" group.
To post to this group, send email to puppet-bugs <at> googlegroups.com
To unsubscribe from this group, send email to puppet-bugs-unsubscribe <at> googlegroups.com
For more options, visit this group at http://groups.google.com/group/puppet-bugs?hl=en
-~----------~----~----~----~------~----~------~--~---

(Continue reading)

puppet | 1 Apr 2008 04:06
Favicon

[Puppet-bugs] Re: #1171: Updates to rrdgraph documentation

#1171: Updates to rrdgraph documentation
------------------------------------+---------------------------------------
 Reporter:  jamtur01                |        Owner:  luke             
     Type:  enhancement             |       Status:  closed           
 Priority:  normal                  |    Milestone:                   
Component:  documentation           |      Version:  0.24.4           
 Severity:  normal                  |   Resolution:  fixed            
 Keywords:  rrdgraph documentation  |        Stage:  Ready for checkin
    Patch:  Code                    |   Complexity:  Trivial          
------------------------------------+---------------------------------------
Changes (by luke):

  * status:  new => closed
  * resolution:  => fixed

Comment:

 Pushed, added the report reference back into the code base, and
 regenerated the reference.

-- 
Ticket URL: <http://reductivelabs.com/trac/puppet/ticket/1171#comment:2>
puppet <http://reductivelabs.com>
Puppet - Portable System Automation
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Puppet Bugs" group.
To post to this group, send email to puppet-bugs <at> googlegroups.com
To unsubscribe from this group, send email to puppet-bugs-unsubscribe <at> googlegroups.com
For more options, visit this group at http://groups.google.com/group/puppet-bugs?hl=en
-~----------~----~----~----~------~----~------~--~---
(Continue reading)

puppet | 1 Apr 2008 04:09
Favicon

[Puppet-bugs] Re: #1115: Allow checking tags from ERb templates

#1115: Allow checking tags from ERb templates
--------------------------------------------------+-------------------------
 Reporter:  jgoldschrafe                          |        Owner:  community
     Type:  enhancement                           |       Status:  new      
 Priority:  normal                                |    Milestone:  unplanned
Component:  server                                |      Version:  0.24.1   
 Severity:  normal                                |   Resolution:           
 Keywords:  tag tags tagged erb template classes  |        Stage:  Accepted 
    Patch:  Insufficient                          |   Complexity:  Easy     
--------------------------------------------------+-------------------------
Changes (by luke):

  * patch:  Code => Insufficient

Comment:

 There is a 'tags' method on the catalog that you should be using for tags,
 rather than just the classes for tags.

 Also, I'd like tests for this, especially since it should be pretty easy.

-- 
Ticket URL: <http://reductivelabs.com/trac/puppet/ticket/1115#comment:3>
puppet <http://reductivelabs.com>
Puppet - Portable System Automation
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Puppet Bugs" group.
To post to this group, send email to puppet-bugs <at> googlegroups.com
To unsubscribe from this group, send email to puppet-bugs-unsubscribe <at> googlegroups.com
For more options, visit this group at http://groups.google.com/group/puppet-bugs?hl=en
(Continue reading)

puppet | 2 Apr 2008 02:15
Favicon

[Puppet-bugs] #1174: Redhat init script uses wrong pidfile

#1174: Redhat init script uses wrong pidfile
-----------------------+----------------------------------------------------
Reporter:  ianburrell  |        Owner:  community 
    Type:  defect      |       Status:  new       
Priority:  normal      |    Component:  client    
 Version:  0.23.2      |     Severity:  normal    
Keywords:              |        Stage:  Unreviewed
   Patch:  Code        |   Complexity:  Unknown   
-----------------------+----------------------------------------------------
 The pidfile defined in the redhat init script (conf/redhat/client.init) is
 /var/run/puppet/puppet.pid.  But the puppetd creates
 /var/run/puppet/puppetd.pid.

 The result is that condrestart target does not do anything even when the
 daemon is running.

 I have attached a patch that fixes the problem.  This is broken in 0.23.2
 and git head.

-- 
Ticket URL: <http://reductivelabs.com/trac/puppet/ticket/1174>
puppet <http://reductivelabs.com>
Puppet - Portable System Automation
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Puppet Bugs" group.
To post to this group, send email to puppet-bugs <at> googlegroups.com
To unsubscribe from this group, send email to puppet-bugs-unsubscribe <at> googlegroups.com
For more options, visit this group at http://groups.google.com/group/puppet-bugs?hl=en
-~----------~----~----~----~------~----~------~--~---

(Continue reading)


Gmane