Skip to content

Commit

Permalink
updating to use machine_tag 2.0.1 (#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
rshade authored Jan 23, 2017
1 parent 6dae6b0 commit 501761b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
12 changes: 6 additions & 6 deletions Berksfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ DEPENDENCIES
path: test/cookbooks/fake
machine_tag
git: https://github.com/rightscale-cookbooks/machine_tag.git
revision: 2cf4d496223986fdb13af29a7d3434ed7fbda82e
revision: 581dd0b7ddf2e65939527bb5e6c6c47788d1bf33
marker
git: https://github.com/rightscale-cookbooks/marker.git
revision: 058e70879408fceceb628c600d487b1ddfa06cdb
Expand Down Expand Up @@ -35,12 +35,12 @@ GRAPH
lvm (~> 3.1)
fake (0.1.0)
lvm (3.1.0)
machine_tag (2.0.0)
machine_tag (2.0.1)
apt (>= 0.0.0)
build-essential (>= 0.0.0)
marker (2.0.0)
mingw (1.2.4)
compat_resource (>= 0.0.0)
mingw (1.2.5)
compat_resource (>= 12.16.3)
seven_zip (>= 0.0.0)
ntp (3.3.1)
ohai (4.2.3)
Expand All @@ -56,10 +56,10 @@ GRAPH
collectd (~> 2.2.2)
collectd_plugins (~> 2.1.3)
ephemeral_lvm (= 2.0.0)
machine_tag (~> 2.0.0)
machine_tag (~> 2.0)
marker (>= 0.0.0)
ntp (>= 0.0.0)
rightscale_tag (~> 2.0.0)
rightscale_tag (~> 2.0)
rsyslog (>= 0.0.0)
swap (>= 0.0.0)
yum-epel (>= 0.0.0)
Expand Down
6 changes: 3 additions & 3 deletions metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@
depends 'yum-epel'
depends 'ntp'
depends 'marker'
depends 'rightscale_tag', '~> 2.0.0'
depends 'machine_tag', '~> 2.0.0'
depends 'rightscale_tag', '~> 2.0'
depends 'machine_tag', '~> 2.0'
depends 'swap'
depends 'rsyslog'
depends 'collectd', '~> 2.2.2'
depends 'collectd_plugins', '~> 2.1.3'
depends 'ephemeral_lvm', '2.0.0'
depends 'ephemeral_lvm', '2.0'

recipe 'rs-base::default', 'All-in-one recipe to run all recipes in rs-base cookbook.'
recipe 'rs-base::ntp', 'Installs and configures ntp client.'
Expand Down

0 comments on commit 501761b

Please sign in to comment.