# limitations under the License.
#
+default_action :install
+
actions :install, :upgrade, :remove
attribute :package_name, :kind_of => String, :name_attribute => true
attribute :version, :kind_of => String
-
-def initialize(*args)
- super
- @action = :install
-end