chef-handler-users 0.0.14 → 0.0.15

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -3,7 +3,7 @@ $:.push File.expand_path("../lib", __FILE__)
3
3
 
4
4
  Gem::Specification.new do |gem|
5
5
  gem.name = "chef-handler-users"
6
- gem.version = "0.0.14"
6
+ gem.version = "0.0.15"
7
7
  gem.authors = ["Heavy Water Operations, LLC. (OR)"]
8
8
  gem.email = ["ops@hw-ops.com"]
9
9
  gem.homepage = "http://github.com/heavywater/chef-handler-users"
@@ -39,10 +39,7 @@ class Chef::Handler::Users < Chef::Handler
39
39
 
40
40
  def report
41
41
  updated_users = run_status.updated_resources.select do |resource|
42
- Chef::Log.info "Checking resource #{resource.inspect}"
43
- Chef::Log.info "Resource_name ivar #{resource.resource_name.inspect}"
44
- Chef::Log.info "Resource_name class #{resource.resource_name.class}"
45
- resource.resource_name =~ /user/i
42
+ resource.resource_name == :user
46
43
  end
47
44
 
48
45
  if updated_users.empty?
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: chef-handler-users
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.14
4
+ version: 0.0.15
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: