Class: Vpsb::Tasks::DbPostgresRole
- Includes:
- AskSupport
- Defined in:
- lib/vpsb/tasks/db_postgres_role.rb
Constant Summary collapse
- PATH =
'bootstrap_server_app_in_do/roles/db.json'
Instance Attribute Summary
Attributes inherited from BaseTask
Instance Method Summary collapse
Methods included from AskSupport
#ask, #ask_loop, #ask_to_confirm
Methods inherited from BaseTask
Constructor Details
This class inherits a constructor from Vpsb::BaseTask
Instance Method Details
#call ⇒ Object
10 11 12 13 |
# File 'lib/vpsb/tasks/db_postgres_role.rb', line 10 def call prepare Vpsb::Helpers::FileReplace.replace_json(PATH,core.get(:db_postgres_json)) end |