Module: RubyEasyRSA::Commands::Mixins::InlineCredentialsFileConfig
- Included in:
- BuildClientFull, BuildClientServerFull, BuildServerFull
- Defined in:
- lib/ruby_easy_rsa/commands/mixins/inline_credentials_file_config.rb
Instance Method Summary collapse
-
#configure_command(builder, opts) ⇒ Object
rubocop:disable Style/RedundantAssignment.
Instance Method Details
#configure_command(builder, opts) ⇒ Object
rubocop:disable Style/RedundantAssignment
8 9 10 11 12 13 14 |
# File 'lib/ruby_easy_rsa/commands/mixins/inline_credentials_file_config.rb', line 8 def configure_command(builder, opts) builder = super(builder, opts) builder = with_inline_credentials_file( builder, opts[:inline_credentials_file] ) builder end |