Skip to content

Commit

Permalink
backup: Use awscli cookbook
Browse files Browse the repository at this point in the history
  • Loading branch information
Firefishy committed Jun 27, 2024
1 parent f5b1b69 commit 17193e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions cookbooks/backup/metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@
version "1.0.0"
supports "ubuntu"
depends "accounts"
depends "awscli"
2 changes: 1 addition & 1 deletion cookbooks/backup/recipes/default.rb
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@
#

include_recipe "accounts"
include_recipe "awscli"

package %w[
perl
libdate-calc-perl
awscli
]

directory "/store/backup" do
Expand Down

0 comments on commit 17193e6

Please sign in to comment.