class Vpsb::Resources::DbPostgresqlBagsJson

Public Instance Methods

call(data) click to toggle source
# File lib/vpsb/resources/db_postgresql_bags_json.rb, line 6
def call(data)
  template(data)
end

Private Instance Methods

template(data) click to toggle source
# File lib/vpsb/resources/db_postgresql_bags_json.rb, line 12
def template(data)
  {
    id: "postgresql",
    postgresql: data.get(:db_postgres_pass)
  }
end