# limitations under the License.
#
+default_action :create
+
actions :create, :drop
attribute :user, :kind_of => String, :name_attribute => true
attribute :createdb, :default => false
attribute :createrole, :default => false
attribute :replication, :default => false
-
-def initialize(*args)
- super
- @action = :create
-end