[Pkg-puppet-devel] [SCM] Puppet packaging for Debian branch, experimental, updated. debian/2.6.8-1-844-g7ec39d5

Pieter van de Bruggen pieter at puppetlabs.com
Tue May 10 08:11:13 UTC 2011


The following commit has been merged in the experimental branch:
commit cab567274691e0f39e88d49eb503efbe58d5042c
Author: Pieter van de Bruggen <pieter at puppetlabs.com>
Date:   Wed Apr 6 16:37:34 2011 -0700

    (Maint) Fix uninitialized constant.
    
    err: Could not apply complete catalog: Could not autoload group: uninitialized constant Puppet::Property::KeyValue
    
    Encountered this while generating certificate requests via
    Puppet Strings/Faces, which doesn't load the full Puppet stack
    by default.
    
    Paired-With: Matt Robinson

diff --git a/lib/puppet/type/group.rb b/lib/puppet/type/group.rb
index aa96bd9..2573633 100755
--- a/lib/puppet/type/group.rb
+++ b/lib/puppet/type/group.rb
@@ -1,6 +1,7 @@
 
 require 'etc'
 require 'facter'
+require 'puppet/property/keyvalue'
 
 module Puppet
   newtype(:group) do

-- 
Puppet packaging for Debian



More information about the Pkg-puppet-devel mailing list