[Pkg-puppet-devel] [SCM] Puppet packaging for Debian branch, experimental, updated. debian/2.6.8-1-844-g7ec39d5
Daniel Pittman
daniel at puppetlabs.com
Tue May 10 08:11:14 UTC 2011
The following commit has been merged in the experimental branch:
commit 03afbad012b6054797111ddd6e4ad8db8df45406
Author: Daniel Pittman <daniel at puppetlabs.com>
Date: Thu Apr 7 11:18:46 2011 -0700
(#7006) Add a missing require to puppet/string/option.rb
This was causing failure in some cases, based on load order; we should always
satisfy our external dependencies.
Reviewed-By: Dan Bode <dan at puppetlabs.com>
diff --git a/lib/puppet/string/option.rb b/lib/puppet/string/option.rb
index be7bbb7..352f7e5 100644
--- a/lib/puppet/string/option.rb
+++ b/lib/puppet/string/option.rb
@@ -1,3 +1,5 @@
+require 'puppet/string'
+
class Puppet::String::Option
attr_reader :parent
attr_reader :name
--
Puppet packaging for Debian
More information about the Pkg-puppet-devel
mailing list