# limitations under the License.
#
-actions :create, :delete
+actions :create, :update, :delete
default_action :create
attribute :name, :kind_of => String, :name_attribute => true
attribute :aliases, :kind_of => [String, Array]
attribute :directory, :kind_of => String
-attribute :version, :kind_of => String, :default => "1.22"
+attribute :version, :kind_of => String, :default => "1.24"
attribute :database_name, :kind_of => String, :required => true
attribute :database_user, :kind_of => String, :required => true
attribute :database_password, :kind_of => String, :required => true
:skin => skin,
:site_notice => site_notice,
:site_readonly => site_readonly,
+ :ssl_enabled => ssl_enabled,
:private_accounts => private_accounts,
:private => private
}