module Porkadot::ConfigUtils

def secrets_path file

def secrets_path file
  File.join(self.target_secrets_path, file.to_s)
end