Skip to content

Commit

Permalink
heartbeat v0.7.1, packages are version 2+ in modern ubuntus
Browse files Browse the repository at this point in the history
  • Loading branch information
jtimberman committed May 31, 2011
1 parent 86d450c commit 128a47b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions heartbeat/metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@
maintainer_email "[email protected]"
license "Apache 2.0"
description "Installs but does not configure heartbeat"
version "0.7"
suggests "drbd"
version "0.7.1"

recipe "heartbeat", "Installs, but does not configure, heartbeat"

Expand Down
4 changes: 2 additions & 2 deletions heartbeat/recipes/default.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Cookbook Name:: heartbeat
# Recipe:: default
#
# Copyright 2009, Opscode, Inc.
# Copyright 2009-2011, Opscode, Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand All @@ -22,7 +22,7 @@
# * /etc/ha.d/haresources
# * /etc/ha.d/authkeys

%w{ heartbeat-2 heartbeat-2-dev }.each do |pkg|
%w{ heartbeat heartbeat-dev }.each do |pkg|
package pkg do
action :install
end
Expand Down

0 comments on commit 128a47b

Please sign in to comment.