Sam Su e52a7244a7 add haproxy
Change-Id: I487200a373b4eed7ff36f00b1e0269b008cd19bd
2014-03-21 11:27:10 -07:00

13 lines
251 B
Ruby

actions :set
default_action :set
attribute :pid, :kind_of => [String, Integer], :name_attribute => true
attribute :cpu, :kind_of => [String, Integer], :required => true
# Covers 0.10.8 and earlier
def initialize(*args)
super
@action = :set
end