summaryrefslogtreecommitdiff
path: root/lib/chef/provider/package/paludis.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chef/provider/package/paludis.rb')
-rw-r--r--lib/chef/provider/package/paludis.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/chef/provider/package/paludis.rb b/lib/chef/provider/package/paludis.rb
index 27854f31be..3fd526abe4 100644
--- a/lib/chef/provider/package/paludis.rb
+++ b/lib/chef/provider/package/paludis.rb
@@ -38,6 +38,7 @@ class Chef
shell_out!("cave", "-L", "warning", "print-ids", "-M", "none", "-m", new_resource.package_name, "-f", "%c/%p %v %r\n").stdout.each_line do |line|
res = re.match(line)
next if res.nil?
+
case res[3]
when "accounts", "installed-accounts"
next