Sha256: 27ba2a0aa88f029d625846598f9fd3913d2fcb8fe56f2a7ffe5f87239be8c0b8
Contents?: true
Size: 620 Bytes
Versions: 8
Compression:
Stored size: 620 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
8 entries across 8 versions & 1 rubygems