def initialize(*args)
super @current_resource = Chef::Resource::Package.new(@new_resource.name)
end
[Validate]