diff options
author | James Turnbull <james@lovedthanlost.net> | 2008-05-20 19:06:45 +1000 |
---|---|---|
committer | James Turnbull <james@lovedthanlost.net> | 2008-05-20 19:06:45 +1000 |
commit | 84a787a2a764a5035f7cbb8d30f94fc601bed154 (patch) | |
tree | ec46287a86ce738fec5774347ea4f9afcf804953 /lib/puppet/reference | |
parent | 390db8061ae81174ee9d42e26a6ebfe7182ea529 (diff) | |
parent | ee4be4f78f7c904dbe5873ff7b44993d1440da41 (diff) | |
download | puppet-84a787a2a764a5035f7cbb8d30f94fc601bed154.tar.gz puppet-84a787a2a764a5035f7cbb8d30f94fc601bed154.tar.xz puppet-84a787a2a764a5035f7cbb8d30f94fc601bed154.zip |
Merge branch '0.24.x' of git://github.com/lak/puppet into 0.24.x
Conflicts:
CHANGELOG
Diffstat (limited to 'lib/puppet/reference')
-rw-r--r-- | lib/puppet/reference/providers.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/puppet/reference/providers.rb b/lib/puppet/reference/providers.rb index da815ddf1..610c7550d 100644 --- a/lib/puppet/reference/providers.rb +++ b/lib/puppet/reference/providers.rb @@ -71,6 +71,8 @@ providers = Puppet::Util::Reference.newreference :providers, :title => "Provider details += " - Got %s true tests that should have been false\n" % values when :false: details += " - Got %s false tests that should have been true\n" % values + when :feature: + details += " - Missing features %s\n" % values.collect { |f| f.to_s }.join(",") end end notes << details |