Skip to content

Commit 17193e6

Browse files
committed
backup: Use awscli cookbook
1 parent f5b1b69 commit 17193e6

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

cookbooks/backup/metadata.rb

+1
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,4 @@
77
version "1.0.0"
88
supports "ubuntu"
99
depends "accounts"
10+
depends "awscli"

cookbooks/backup/recipes/default.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@
1818
#
1919

2020
include_recipe "accounts"
21+
include_recipe "awscli"
2122

2223
package %w[
2324
perl
2425
libdate-calc-perl
25-
awscli
2626
]
2727

2828
directory "/store/backup" do

0 commit comments

Comments
 (0)