You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-4Lines changed: 7 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,10 @@ Requirements
16
16
### Platforms
17
17
The following platforms are tested and supported:
18
18
- Debian 8 x64 (Jessie)
19
-
- Ubuntu 16.04
19
+
- Debian 9 x64 (Stretch)
20
+
- Ubuntu 16.04 (Xenial Xerus)
21
+
- Ubuntu 17.10 (Artful Aardvark)
22
+
- CentOS 7
20
23
- Windows 10
21
24
- Windows Server 2012 R2
22
25
- OS X 10.10.5
@@ -25,8 +28,8 @@ The following platforms are tested and supported:
25
28
Attributes
26
29
----------
27
30
*`node['vsts_agent']['binary']['version']` - set version of package to install
28
-
*`node['vsts_agent']['prerequisites']['osx']['install']` - control macos dependencies installation. Default true
29
-
*`node['vsts_agent']['prerequisites']['debian']['install']` - control debian dependencies installation. Default true
31
+
*`node['vsts_agent']['prerequisites']['redhat']['install']` - control dependencies installation for redhat based distros(redhat, centos etc.) . Default true
32
+
*`node['vsts_agent']['prerequisites']['debian']['install']` - control dependencies installation for debian based distros(debian, ubuntu etc.). Default true
30
33
31
34
Resource/Provider
32
35
-----------------
@@ -58,7 +61,7 @@ This resource installs and configures the vsts build and release agent
58
61
59
62
#### Examples
60
63
Install, configure, restart and remove an agent.
61
-
Check [windows](test/cookbooks/windows-basic/recipes/default.rb), [debian](test/cookbooks/debian-basic/recipes/default.rb) or [osx](test/cookbooks/osx-basic/recipes/default.rb) tests for more examples.
64
+
Check [windows](test/cookbooks/windows-basic/recipes/default.rb), [linux](test/cookbooks/linux-basic/recipes/default.rb) or [osx](test/cookbooks/osx-basic/recipes/default.rb) tests for more examples.
0 commit comments