]> git.openstreetmap.org Git - chef.git/commitdiff
Add awscli to planet cookbooks
authorGrant Slater <github@firefishy.com>
Wed, 20 Sep 2023 16:57:57 +0000 (17:57 +0100)
committerGrant <github@firefishy.com>
Wed, 20 Sep 2023 20:07:20 +0000 (21:07 +0100)
cookbooks/planet/metadata.rb
cookbooks/planet/recipes/default.rb
cookbooks/planet/recipes/notes.rb
cookbooks/planet/recipes/replication.rb

index da493b5bab7c49fb84ba87526dfa4692e2296fc8..ef41a06c6ab0f6c87a058b01e0f0ae3ca96cadb8 100644 (file)
@@ -14,3 +14,4 @@ depends           "munin"
 depends           "ruby"
 depends           "osmosis"
 depends           "systemd"
+depends           "awscli"
index 4dbd51a7da37e46b6aca4d288cdc85cc905ff4cd..c4ad10ecd2793d698c82123b7aa7393a627fc2f2 100644 (file)
@@ -20,6 +20,7 @@
 include_recipe "accounts"
 include_recipe "apache"
 include_recipe "munin"
+include_recipe "awscli"
 
 package %w[
   perl
index 3f0e2c996afcb5dbd69ad97ee7c336d4ff75e8cd..ffb86243c5f8b766456416a8f9cfb6cfc25466b6 100644 (file)
@@ -18,6 +18,7 @@
 #
 
 include_recipe "git"
+include_recipe "awscli"
 
 db_passwords = data_bag_item("db", "passwords")
 
index c3893834daec2affd2b6a7acc3f505dc25aec397..364e0b814cca2efd53577244f6f665fac1349512 100644 (file)
@@ -24,6 +24,7 @@ include_recipe "apt"
 include_recipe "osmosis"
 include_recipe "ruby"
 include_recipe "tools"
+include_recipe "awscli"
 
 db_passwords = data_bag_item("db", "passwords")