Sha256: 9609d0c1bcc7602118a333c01a08876a8a044f4828fffacdfe1bc1b5ab4898a1
Contents?: true
Size: 584 Bytes
Versions: 96
Compression:
Stored size: 584 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 policies/my-app-frontend.rb ``` This will create a lockfile `policies/my-app-frontend.lock.json`. To update locked dependencies, run `chef update` like this: ``` chef update policies/my-app-frontend.rb ``` You can upload the policy (with associated cookbooks) to the server using a command like: ``` chef push staging policies/my-app-frontend.rb ```
Version data entries
96 entries across 96 versions & 3 rubygems