Sign in

ops / backup-file2s3 · Files

GitLab

  • Go to group
  • Project
  • Activity
  • Files
  • Commits
  • Builds 0
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • Network
  • backup-file2s3
  • templates
  • default
  • backup_file_to_s3_logrotate.erb
  • First version of cookbook backup-file2s3
    ec6c0fc7
    Earth Ugat authored
    2016-04-16 19:24:49 +0000  
    Browse Files »
backup_file_to_s3_logrotate.erb 80 Bytes
Raw Blame History Permalink
1 2 3 4 5
<%= @log_dir %>/*.log {
<% @options.each do |str| -%>
  <%= str %>
<% end -%>
}