Unknown
5c1467dfe9
Update software name from InSpec to Chef Inspec
...
Signed-off-by: IanMadd <maddaus@protonmail.com>
2019-04-29 15:16:56 -04:00
Matt Kulka
633cea6673
support address matchers on interface resource
...
Adds missing functionality to `interface`. Fixes #1830
```
describe interface("eth0") do
its(ipv4_addresses) { should include 1.2.3.4 }
end
```
And so on... see diff/docs for additional matchers.
Signed-off-by: Matt Kulka <mkulka@parchment.com>
2019-04-12 08:24:13 -07:00
Clinton Wolfe
2de06bdeb5
Clean injection of Availability section ( #3206 )
...
Signed-off-by: Clinton Wolfe <clintoncwolfe@gmail.com>
2018-08-09 08:34:49 -04:00
Kimberly Garmoe
b0bcc35fda
Add one comma in all docs & deletes two repeated sentences. ( #2658 )
...
Signed-off-by: kagarmoe <kgarmoe@chef.io>
2018-02-15 22:07:18 -05:00
Kimberly Garmoe
1e3df9d3bf
Fixes obvious formatting ( #2648 )
...
Signed-off-by: kagarmoe <kgarmoe@chef.io>
2018-02-15 21:34:11 -05:00
Jerry Aldrich
947efd4064
Add platform
tags and remove trailing whitespace ( #2654 )
...
Signed-off-by: Jerry Aldrich <jerryaldrichiii@gmail.com>
2018-02-15 19:28:15 -05:00
Kimberly Garmoe
1218949d86
Normalizes terms accross resources ( #2649 )
...
Signed-off-by: kagarmoe <kgarmoe@chef.io>
2018-02-15 09:33:22 -05:00
Kimberly Garmoe
44abd94991
Kg/interface ( #2550 )
...
* Refactors interface docs
Signed-off-by: kagarmoe <kgarmoe@chef.io>
* Fixes formatting
Signed-off-by: kagarmoe <kgarmoe@chef.io>
2018-02-08 22:43:50 +01:00
Kimberly Garmoe
b45b77cd13
Simplifies 'matchers' language in docs ( #2496 )
...
Signed-off-by: kagarmoe <kgarmoe@chef.io>
2018-01-31 07:24:16 -05:00
hannah-radish
9cfc86d2ab
Resource documentation update ( #2207 )
...
Light formatting changes, change order of example and matchers, slight
color changes
Signed-off-by: hannah-radish <hmaddy@chef.io>
2017-10-03 17:35:10 -04:00
Adam Leff
333c7f15aa
Updating docs to show the interface name is required
...
Signed-off-by: Adam Leff <adam@leff.co>
2017-05-29 15:20:50 -04:00
Adam Leff
9182ba8574
Update interface resource docs
...
The `interface` resource currently refers to methods that don't
yet exist. Fixing the docs for now and will add the features
later.
Signed-off-by: Adam Leff <adam@leff.co>
2017-05-29 15:20:50 -04:00
David Wrede
9283f19b6e
Changing headings to align with SEO best practices
...
Signed-off-by: David Wrede <dwrede@chef.io>
2016-09-27 12:03:23 -07:00
Dominik Richter
67c990d19c
add all partials for resources
2016-09-22 15:23:21 +02:00