]> git.openstreetmap.org Git - chef.git/commitdiff
Fix recipe ordering
authorTom Hughes <tom@compton.nu>
Sat, 23 Sep 2023 11:50:09 +0000 (12:50 +0100)
committerTom Hughes <tom@compton.nu>
Sat, 23 Sep 2023 11:50:36 +0000 (12:50 +0100)
cookbooks/planet/metadata.rb
cookbooks/planet/recipes/default.rb
cookbooks/planet/recipes/notes.rb

index ef41a06c6ab0f6c87a058b01e0f0ae3ca96cadb8..9d968cc78bbce868a9c0f0762c718e3745c16edd 100644 (file)
@@ -9,9 +9,9 @@ supports          "ubuntu"
 depends           "accounts"
 depends           "apache"
 depends           "apt"
+depends           "awscli"
 depends           "git"
 depends           "munin"
 depends           "ruby"
 depends           "osmosis"
 depends           "systemd"
-depends           "awscli"
index f7e090ac2e6e1dc129def9c63d59feb31d9857bb..23dc7bdbfa158294a9ef22a1274d8b31e451cb26 100644 (file)
@@ -19,8 +19,8 @@
 
 include_recipe "accounts"
 include_recipe "apache"
-include_recipe "munin"
 include_recipe "awscli"
+include_recipe "munin"
 
 package %w[
   perl
index 91c03df4b0185eb0b5d1c8ba8606989dd6a55d43..d8d1647f932629f3c196c24d3c9bcf61be96886f 100644 (file)
@@ -17,8 +17,8 @@
 # limitations under the License.
 #
 
-include_recipe "git"
 include_recipe "awscli"
+include_recipe "git"
 
 db_passwords = data_bag_item("db", "passwords")