File tree 3 files changed +13
-53
lines changed
3 files changed +13
-53
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ aliases = ["/install_push_jobs.html"]
10
10
identifier = " chef_infra/setup/install_push_jobs.md Push Jobs"
11
11
parent = " chef_infra/setup"
12
12
weight = 90
13
- +++
13
+ +++
14
14
15
15
[ \[ edit on GitHub\] ] ( https://github.com/chef/chef-web-docs/blob/master/content/install_push_jobs.md )
16
16
@@ -66,14 +66,10 @@ To set up the Chef Push Jobs client:
66
66
Install the Workstation
67
67
=======================
68
68
69
- To set up the Chef Push Jobs workstation, install the `knife push jobs`
70
- plugin by running the following command on a workstation:
71
-
72
- ``` bash
73
- chef gem install knife-push
74
- ```
69
+ knife- push ships in Chef Workstation . Install the latest version of Chef
70
+ Workstation from [Chef Downloads](https: // downloads.chef.io/chef-workstation)
75
71
76
- Once installed, the following subcommands will be available:
72
+ The following subcommands will be available from Chef Workstation :
77
73
` knife job list` , ` knife job start` , ` knife job output` ,
78
74
` knife job status` , and ` knife node status` .
79
75
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ aliases = ["/knife_azure.html"]
10
10
identifier = " chef_workstation/chef_workstation_tools/knife/knife_azure.md knife azure"
11
11
parent = " chef_workstation/chef_workstation_tools/knife"
12
12
weight = 50
13
- +++
13
+ +++
14
14
15
15
[ \[ edit on GitHub\] ] ( https://github.com/chef/chef-web-docs/blob/master/content/knife_azure.md )
16
16
@@ -32,32 +32,11 @@ API. Commands starting with `knife azure` use the Azure Service
32
32
Management API. While you can switch between the two command sets, they
33
33
are not designed to work together.
34
34
35
- Install Chef Workstation
35
+ Installation
36
36
------------------------
37
37
38
- Install the latest version of Chef Workstation from [Chef
39
- Downloads](https://downloads.chef.io/chef-workstation)
40
-
41
- Install Knife Azure
42
- -------------------
43
-
44
- If Chef Infra Client was installed using RubyGems, install the
45
- `knife azure` with the following command:
46
-
47
- ``` bash
48
- gem install knife-azure
49
- ```
50
-
51
- If Chef Infra Client was installed from the [Chef Infra
52
- Client](https://downloads.chef.io/chef) downloads page or any other
53
- method, run:
54
-
55
- ``` bash
56
- /opt/chef/embedded/bin/gem install knife-azure
57
- ```
58
-
59
- where `/opt/chef/embedded/bin/` is the path to the location where Chef
60
- Infra Client expects knife plugins to be located.
38
+ knife-azure ships in Chef Workstation. Install the latest version of Chef
39
+ Workstation from [ Chef Downloads] ( https://downloads.chef.io/chef-workstation )
61
40
62
41
Configuration
63
42
-------------
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ aliases = ["/knife_azurerm.html"]
10
10
identifier = " chef_workstation/chef_workstation_tools/knife/knife_azurerm.md knife azurerm"
11
11
parent = " chef_workstation/chef_workstation_tools/knife"
12
12
weight = 60
13
- +++
13
+ +++
14
14
15
15
[ \[ edit on GitHub\] ] ( https://github.com/chef/chef-web-docs/blob/master/content/knife_azurerm.md )
16
16
@@ -38,26 +38,11 @@ Install Chef Workstation
38
38
Install the latest version of Chef Workstation from [ Chef
39
39
Downloads] ( https://downloads.chef.io/chef-workstation ) .
40
40
41
- Install Knife Azure
42
- -------------------
43
-
44
- If Chef Infra Client was installed using RubyGems, install the
45
- `knife azure` with the following command:
46
-
47
- ``` bash
48
- gem install knife-azure
49
- ```
50
-
51
- If Chef Infra Client was installed from the [Chef Infra
52
- Client](https://downloads.chef.io/chef) downloads page or any other
53
- method, run:
54
-
55
- ``` bash
56
- /opt/chef/embedded/bin/gem install knife-azure
57
- ```
41
+ Installation
42
+ ------------------------
58
43
59
- where `/opt/chef/embedded/bin/` is the path to the location where Chef
60
- Infra Client expects knife plugins to be located.
44
+ knife-azure ships in Chef Workstation. Install the latest version of Chef
45
+ Workstation from [ Chef Downloads ] ( https://downloads.chef.io/chef-workstation )
61
46
62
47
Configuration
63
48
-------------
You can’t perform that action at this time.
0 commit comments