Module: CommandMixins::Ddns
- Included in:
- DRACCommands::Ddns, SMCCommands::Ddns
- Defined in:
- lib/setup_oob/command/mixins.rb
Instance Method Summary collapse
Instance Method Details
#_converge! ⇒ Object
94 95 96 97 98 99 |
# File 'lib/setup_oob/command/mixins.rb', line 94 def _converge! unless enabled? logger.info(' - Enabling DDNS') enable end end |
#_converged? ⇒ Boolean
90 91 92 |
# File 'lib/setup_oob/command/mixins.rb', line 90 def _converged? enabled? end |