Skip to content

Commit

Permalink
Drop unnecessary include of chef in osmosis recipe
Browse files Browse the repository at this point in the history
  • Loading branch information
tomhughes committed Jun 20, 2023
1 parent 9db244a commit 11c2fbb
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion cookbooks/osmosis/metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,3 @@

version "1.0.0"
supports "ubuntu"
depends "chef"
2 changes: 0 additions & 2 deletions cookbooks/osmosis/recipes/default.rb
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@
# limitations under the License.
#

include_recipe "chef"

package "default-jre"

cache_dir = Chef::Config[:file_cache_path]
Expand Down

0 comments on commit 11c2fbb

Please sign in to comment.