Sha256: f06124bc1f4c1283c9408bd9977a1dea85dc08ce41a4ad90985a5fc4ab47dd2c
Contents?: true
Size: 297 Bytes
Versions: 11
Compression:
Stored size: 297 Bytes
Contents
# frozen_string_literal: true # This is a Chef recipe file. It can be used to specify resources which will # apply configuration to a server. log "Welcome to Chef, #{node['example']['name']}!" do level :info end # For more information, see the documentation: https://docs.chef.io/recipes.html
Version data entries
11 entries across 11 versions & 2 rubygems