Method: DRbQS::Config.save_sample

Defined in:
lib/drbqs/config.rb

.save_sampleObject



82
83
84
85
86
# File 'lib/drbqs/config.rb', line 82

def save_sample
  output_to_file(get_path(ACL_SAMPLE_PATH), ACL_SAMPLE)
  output_to_file("#{get_host_file_directory}/#{HOST_FILE_SAMPLE_PATH}", HOST_YAML_SAMPLE)
  output_to_file("#{get_shell_file_directory}/#{SHELL_BASHRC}", BASHRC_SAMPLE)
end