Skip to content

Commit

Permalink
Fix recipe ordering
Browse files Browse the repository at this point in the history
  • Loading branch information
tomhughes committed Sep 23, 2023
1 parent c801310 commit d2c77f6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cookbooks/planet/metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
depends "accounts"
depends "apache"
depends "apt"
depends "awscli"
depends "git"
depends "munin"
depends "ruby"
depends "osmosis"
depends "systemd"
depends "awscli"
2 changes: 1 addition & 1 deletion cookbooks/planet/recipes/default.rb
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@

include_recipe "accounts"
include_recipe "apache"
include_recipe "munin"
include_recipe "awscli"
include_recipe "munin"

package %w[
perl
Expand Down
2 changes: 1 addition & 1 deletion cookbooks/planet/recipes/notes.rb
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
# limitations under the License.
#

include_recipe "git"
include_recipe "awscli"
include_recipe "git"

db_passwords = data_bag_item("db", "passwords")

Expand Down

0 comments on commit d2c77f6

Please sign in to comment.