Method: Ridley::BootstrapContext::Windows#encrypted_data_bag_secret

Defined in:
lib/ridley/bootstrap_context/windows.rb

#encrypted_data_bag_secretString

Returns:

  • (String)


65
66
67
68
69
# File 'lib/ridley/bootstrap_context/windows.rb', line 65

def encrypted_data_bag_secret
  return unless @encrypted_data_bag_secret

  escape_and_echo(@encrypted_data_bag_secret)
end