File tree Expand file tree Collapse file tree 6 files changed +43
-9
lines changed
compliance-profiles/docs-chef-io/content
compliance-remediation-2022/docs-chef-io/content Expand file tree Collapse file tree 6 files changed +43
-9
lines changed Original file line number Diff line number Diff line change 1111# github.com/chef/chef-workstation/docs-chef-io v0.0.0-20250205062508-ee50345a4044
1212# github.com/chef/supermarket/docs-chef-io v0.0.0-20241105172430-a362eded8f72
1313# github.com/chef/effortless/docs-chef-io v0.0.0-20230711123605-c8beb79aba4f
14- # github.com/chef/compliance-profiles/docs-chef-io v0.0.0-20250207053335-f11d6ce5b3c1
15- # github.com/chef/compliance-remediation-2022/docs-chef-io v0.0.0-20240313054833-ebbc45209efa
14+ # github.com/chef/compliance-profiles/docs-chef-io v0.0.0-20250403124242-2087b16979ee
15+ # github.com/chef/compliance-remediation-2022/docs-chef-io v0.0.0-20250403111641-fada5190e176
1616# github.com/chef/license-service/docs-chef-io v0.0.0-20250120051510-ae1de80f4621
1717# github.com/chef/samples v0.0.0-20250304162216-b7bf3710b07e
1818# github.com/chef/chef-docs-theme v0.0.0-20250217213320-727f9bce8258
Original file line number Diff line number Diff line change @@ -74,4 +74,25 @@ properties_list:
7474 required : false
7575 description_list :
7676 - markdown : The version of a package to be installed or upgraded.
77- examples :
77+ examples : |
78+ **Install a package**
79+
80+ ```ruby
81+ snap_package 'hello'
82+ ```
83+
84+ **Upgrade a package**
85+
86+ ```ruby
87+ snap_package 'hello' do
88+ action :upgrade
89+ end
90+ ```
91+
92+ **Install a package with classic confinement**
93+
94+ ```ruby
95+ snap_package 'hello' do
96+ options 'classic'
97+ end
98+ ```
Original file line number Diff line number Diff line change @@ -7,8 +7,8 @@ require (
77 github.com/chef/chef-docs-theme v0.0.0-20250217213320-727f9bce8258 // indirect
88 github.com/chef/chef-server/docs-chef-io v0.0.0-20250303143005-18808e167759 // indirect
99 github.com/chef/chef-workstation/docs-chef-io v0.0.0-20250205062508-ee50345a4044 // indirect
10- github.com/chef/compliance-profiles/docs-chef-io v0.0.0-20250207053335-f11d6ce5b3c1 // indirect
11- github.com/chef/compliance-remediation-2022/docs-chef-io v0.0.0-20240313054833-ebbc45209efa // indirect
10+ github.com/chef/compliance-profiles/docs-chef-io v0.0.0-20250403124242-2087b16979ee // indirect
11+ github.com/chef/compliance-remediation-2022/docs-chef-io v0.0.0-20250403111641-fada5190e176 // indirect
1212 github.com/chef/desktop-config/docs-chef-io v0.0.0-20240814044820-5af667d41a43 // indirect
1313 github.com/chef/effortless/docs-chef-io v0.0.0-20230711123605-c8beb79aba4f // indirect
1414 github.com/chef/license-service/docs-chef-io v0.0.0-20250120051510-ae1de80f4621 // indirect
Original file line number Diff line number Diff line change @@ -6,10 +6,10 @@ github.com/chef/chef-server/docs-chef-io v0.0.0-20250303143005-18808e167759 h1:v
66github.com/chef/chef-server/docs-chef-io v0.0.0-20250303143005-18808e167759 /go.mod h1:gMSa25GUHmLimA0gjvRd3hs1buOBqkKPrdHzHvaJauY =
77github.com/chef/chef-workstation/docs-chef-io v0.0.0-20250205062508-ee50345a4044 h1:9su2oorS/cjvdxUEBaTZBjiCS3WafkLgk6bwDNQ1SDk =
88github.com/chef/chef-workstation/docs-chef-io v0.0.0-20250205062508-ee50345a4044 /go.mod h1:u6KNpAJs9lTmRigxXsxX0dEywa5KLB40m1vbAalN0NI =
9- github.com/chef/compliance-profiles/docs-chef-io v0.0.0-20250207053335-f11d6ce5b3c1 h1:nd2OPJ6j6JoCURF4r+vYCzpr/7pznUClcQc0L7ed9GU =
10- github.com/chef/compliance-profiles/docs-chef-io v0.0.0-20250207053335-f11d6ce5b3c1 /go.mod h1:fsG7S6r66ZW6Af/sqq+OL3WNP+BoO4V1/Evwu98Noig =
11- github.com/chef/compliance-remediation-2022/docs-chef-io v0.0.0-20240313054833-ebbc45209efa h1:H2kX1/99ggT3YoLlO6xe7FuqsWl0dETD0OXUvKCWrII =
12- github.com/chef/compliance-remediation-2022/docs-chef-io v0.0.0-20240313054833-ebbc45209efa /go.mod h1:kNxSqzNZGBwfF4AfALPzUfOeAsscIIKq8vyoCNL33DA =
9+ github.com/chef/compliance-profiles/docs-chef-io v0.0.0-20250403124242-2087b16979ee h1:IXegzdAKZ900k9sPqTJYhNBMpiIQlK90hRzqAk4xsO4 =
10+ github.com/chef/compliance-profiles/docs-chef-io v0.0.0-20250403124242-2087b16979ee /go.mod h1:fsG7S6r66ZW6Af/sqq+OL3WNP+BoO4V1/Evwu98Noig =
11+ github.com/chef/compliance-remediation-2022/docs-chef-io v0.0.0-20250403111641-fada5190e176 h1:X2e3RK5CGhJQZTK9gsWU3bgOdfUypefRELmeynWxIVA =
12+ github.com/chef/compliance-remediation-2022/docs-chef-io v0.0.0-20250403111641-fada5190e176 /go.mod h1:kNxSqzNZGBwfF4AfALPzUfOeAsscIIKq8vyoCNL33DA =
1313github.com/chef/desktop-config/docs-chef-io v0.0.0-20240814044820-5af667d41a43 h1:2wrzLEbX7qPYQRw/LTBm2pHB5HKyL9ElYUA7bkYScaE =
1414github.com/chef/desktop-config/docs-chef-io v0.0.0-20240814044820-5af667d41a43 /go.mod h1:90xAx6sIfgSL50M2KzeBmx7V7s7dlhQU3xpUkJO0qW0 =
1515github.com/chef/effortless/docs-chef-io v0.0.0-20230711123605-c8beb79aba4f h1:6+VjBykE1b9LGfJEBstSKLAGJySrhu6NY162gz+cnxo =
You can’t perform that action at this time.
0 commit comments