Skip to content

Commit

Permalink
fix: allowing per-site cron jobs in kafka ftp listener
Browse files Browse the repository at this point in the history
Change-Id: If94c8efbf0047c18badd5b5df4ee34745559bb57
  • Loading branch information
joshbronson committed Aug 19, 2014
1 parent 8e89a29 commit 82f6647
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cookbooks/kafka/VERSION
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
0.5.15
0.5.16

2 changes: 1 addition & 1 deletion cookbooks/kafka/definitions/set_ftp_listener.rb
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
mode 0644
end

cron 'FTP Loader' do
cron "FTP Loader #{thenode[:name]}" do
minute '*/' + thenode[:interval_minutes]
user unix_user

Expand Down

0 comments on commit 82f6647

Please sign in to comment.