Class: Installation::Clients::RolesFinish
- Inherits:
-
FinishClient
- Object
- FinishClient
- Installation::Clients::RolesFinish
- Defined in:
- src/lib/installation/clients/roles_finish.rb
Overview
This is a step of base installation finish and is responsible of write the specific configuration for the current system role.
It has been added for CaaSP Roles (FATE#321754) and currently only the 'worker_role' has an special behavior.
Instance Method Summary collapse
- #title ⇒ Object
-
#write ⇒ Object
Finish installation for the current role.
Instance Method Details
#title ⇒ Object
31 32 33 34 |
# File 'src/lib/installation/clients/roles_finish.rb', line 31 def title textdomain "installation" _("Writing specific role configuration ...") end |
#write ⇒ Object
Finish installation for the current role
37 38 39 |
# File 'src/lib/installation/clients/roles_finish.rb', line 37 def write SystemRole.finish end |