Skip to content

Instantly share code, notes, and snippets.

@adamhjk
Created November 17, 2010 19:45
Show Gist options
  • Save adamhjk/703930 to your computer and use it in GitHub Desktop.
Save adamhjk/703930 to your computer and use it in GitHub Desktop.
case node[:hostname]
when "foo"
node[:cron][:backup][:hour] = 10
when "bar"
node[:cron][:backup][:hour] = 11
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment