Sha256: 7bacdc5f15c3c6fde183cccb8feb4cd1f4b23ac2ffded278cd96fcd77115af1f
Contents?: true
Size: 596 Bytes
Versions: 69
Compression:
Stored size: 596 Bytes
Contents
Create Policyfiles here. When using a chef-repo, give your Policyfiles the same filename as the name set in the policyfile itself, and use the `.rb` file extension. Compile the policy with a command like this: ``` chef install policyfiles/my-app-frontend.rb ``` This will create a lockfile `policyfiles/my-app-frontend.lock.json`. To update locked dependencies, run `chef update` like this: ``` chef update policyfiles/my-app-frontend.rb ``` You can upload the policy (with associated cookbooks) to the server using a command like: ``` chef push staging policyfiles/my-app-frontend.rb ```
Version data entries
69 entries across 69 versions & 2 rubygems