Sha256: 2a772bf613349e69c6e67b4ad2183656f6392f74c2d2f6449fc284d2c1f2664a

Contents?: true

Size: 214 Bytes

Versions: 12

Compression:

Stored size: 214 Bytes

Contents

Standup.script :node do
  def run
    with_processed_file script_file('logrotate.conf.erb') do |file|
      upload file,
             :to => "/etc/logrotate.d/standup",
             :sudo => true
    end
  end
end

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
standup-0.6.9 scripts/logrotate.rb
standup-0.6.8 scripts/logrotate.rb
standup-0.6.7 scripts/logrotate.rb
standup-0.6.6 scripts/logrotate.rb
standup-0.6.5 scripts/logrotate.rb
standup-0.6.4 scripts/logrotate.rb
standup-0.6.3 scripts/logrotate.rb
standup-0.6.2 scripts/logrotate.rb
standup-0.6.1 scripts/logrotate.rb
standup-0.6.0 scripts/logrotate.rb
standup-0.5.14 scripts/logrotate.rb
standup-0.5.13 scripts/logrotate.rb