Matthew Dromazos
603bef6f29
New Skeletal Resource aws_kms_key ( #2746 )
...
* Initial commit of skeletal resource aws_kms_key
* * Adds comments to rerun travis
* * Clarifies some parts of the doc.
* Changes matcher have_aws_key_manager to manged_by_aws
* Fixes copypasta
* Adds clarification to property names
* Fixes rescueing exceptions from the api
* raises exceptions in the unit tests
Signed-off-by: Matthew Dromazos <dromazmj@dukes.jmu.edu>
2018-03-23 08:29:45 -04:00
Matthew Dromazos
9077a7b17b
New Skeletal Resource aws_sns_subscription ( #2697 )
...
* Initial commit of skeletal resource aws_sns_subscription
* Fixes errors in documentation
* Clarifies documentation
* Wraps calls to aws api in catch_aws_errors metho
* Fixes integration tests
Signed-off-by: Matthew Dromazos <dromazmj@dukes.jmu.edu>
2018-03-22 13:38:40 -04:00
Matthew Dromazos
1bb565c708
New Skeletal Resource aws_sns_topics ( #2696 )
...
* Initial commit of skeletal resource aws_sns_topics
* Adds clarification in documentation
* Adds functionality for calling the next token returned from aws api.
* Wraps api calls in the catch_aws_errs method
Signed-off-by: Matthew Dromazos <dromazmj@dukes.jmu.edu>
2018-03-22 12:55:23 -04:00
Paul Welch
a32a85eae5
Remove incorrect example from documentation ( #2851 )
...
Owner and mode are provided by the file resource, not ssh_config.
Fixes #2471
Co-authored-by: Trevor Bramble tbramble@chef.io
Co-authored-by: Paul Welch pwelch@chef.io
Signed-off-by: Paul Welch <pwelch@chef.io>
2018-03-21 12:52:51 -04:00
Franklin Webber
87a28b56bb
The resource is login_defs not login_def ( #2845 )
...
The main index is displaying the wrong resource name. The url to the resource
is not correct either. This should generate the correct entry and path in the
docs.
Signed-off-by: Franklin Webber <franklin@chef.io>
2018-03-20 13:01:34 -04:00
eramoto
a687479e6c
Fix typo in some docs ( #2841 )
...
Also includes fixes such as PostgreSQL, TCPMUX, and etc.
Signed-off-by: ERAMOTO Masaya <eramoto.masaya@jp.fujitsu.com>
2018-03-20 08:43:30 -04:00
Matthew Dromazos
555de72912
Skelatal resource: aws_s3_bucket_object ( #2620 )
...
* Initial commit of new resource
* Makes changes to docs to match changes to the resources.
* Adds clarifications in docs and changes it to be an erb file.
* Simplifies some unit tests
* Wraps calls to the api in a aws_catch_errors method
* Removes provisioner terraform code
Signed-off-by: Matthew Dromazos <dromazmj@dukes.jmu.edu>
2018-03-19 13:10:17 -04:00
Paul Welch
03edd0cd2b
Add Info about nginx_conf param ( #2831 )
...
Add information about setting the path to the NGINX server configuration
file if it is not in the default path.
Signed-off-by: Paul Welch <pwelch@chef.io>
2018-03-19 12:52:44 -04:00
Thomas Petchel
a48aea53c5
Add additional links to Learn Chef Rally content ( #2477 )
...
* Fix under construction page
Previously, the content was hidden behind the banner. The buttons also
did not contain horizontal spacing.
* Add links to Learn Chef Rally content.
I also corrected a few caplitalization issues and edited a few sentences for clarity.
* ssh => SSH
* Update Slack URL
Was pointing to Habitat by mistake.
Signed-off-by: Thomas Petchel <tpetchel@gmail.com>
2018-03-14 11:01:12 -04:00
Franklin Webber
bb538bfb5c
Updates the os resource to use dot notation for family ( #2807 )
...
The dot notation is supported for family on the os resource. That is
by far easier to type out and use.
Also fixes that the platform names returned are Strings and not Symbols.
Signed-off-by: Franklin Webber <franklin@chef.io>
2018-03-12 13:02:48 -04:00
Miah Johnson
75f39e74f2
Refine deprecated methods to be consisten with supported fields in ( #2801 )
...
shadow file.
After much thought the deprecations from #2642 were for the wrong methods.
Plural method names feel much more natural when working with this
resource because you can have more than a single result.
Consider a match like `shadow.user(/^www/)`, this could return multiple
users, so `shadow.users` feels more natural here.
The problem is that the fields we're matching in the shadow file itself
are singular. Each entry is for a user, which has a password, and some
other fields. A user never has `passwords` in the shadow file, only a
`password`.
This is made more obvious when you use the `filter` method.
When we use this filter: `shadow.filter(min_days: 20, max_days: 30)` we
are matching fields in the shadow file and not using our matcher
methods. This means that if there is a discrepancy between our matcher
methods, and the shadow fields the user could end up confused. Like I did =)
This PR changes:
Changed matchers to match shadow fields.
Updated documentation to reflect changes.
Updated tests to reflect changes.
Re-add `filter` method, and add a test for it.
Renamed variable for FilterTable to be less confusing.
Renamed query argument for methods to be consistent.
Cleanup docs based on comments from @jerryaldrichiii
Make Rubocop happy <3
Signed-off-by: Miah Johnson <miah@chia-pet.org>
2018-03-08 17:26:08 -05:00
Miah Johnson
f6db0e345a
Update shadow resource to use FilterTable ( #2642 )
...
* Change shadow resource to use FilterTable rather than custom filter
implementation.
Add tests for singluar aliased methods and other minor changes to work
with FilterTable output.
Coverage is at 100%
Signed-off-by: Miah Johnson <miah@chia-pet.org>
* merge master
Signed-off-by: Miah Johnson <miah@chia-pet.org>
2018-03-07 15:31:30 +01:00
Louis Willcock
cd7f84f5e7
update docs to non-deprecated parameter syntax from name > username as per dep warnings ( #2781 )
...
Signed-off-by: JohnVonNeumann <louiswillcock@gmail.com>
2018-03-06 13:16:01 -05:00
Franklin Webber
c2f3dd4c61
Fixes docs for file example ( #2552 )
...
* Fixes docs for file example
* The version test should be a string
* There was a missing closing brace in the regex examples
* Some white-spaced got cleaned up
* I added the file name into the variable for the pg examples
Signed-off-by: Franklin Webber <franklin@chef.io>
* Updates docs file to use real postgre path
Signed-off-by: Franklin Webber <franklin@chef.io>
* Moves the 'real' example filepath to the describe
Signed-off-by: Franklin Webber <franklin@chef.io>
2018-03-06 19:00:26 +01:00
Nicholas Duffy
0853e12cc3
Fix AWS IAM access keys example ( #2756 )
...
There is no `created_age`. This should
be `created_days_ago`.
Signed-off-by: Nicholas Duffy <duffn@outlook.com>
2018-03-05 16:05:10 -05:00
Kimberly Garmoe
77ee77c557
Removes errant articles ( #2775 )
...
Signed-off-by: kagarmoe <kgarmoe@chef.io>
2018-03-02 22:53:01 -05:00
Aleksey Tsalolikhin
50e952701d
Add cautionary note to include leading zero in file mode specifications ( #2606 )
...
Signed-off-by: Aleksey Tsalolikhin <aleksey@verticalsysadmin.com>
2018-03-02 13:47:46 -05:00
Kimberly Garmoe
01357e1e29
Kg/az fix ( #2763 )
...
* Fixes typo
* Remove unclear phrase
Signed-off-by: kagarmoe <kgarmoe@chef.io>
2018-03-02 09:18:01 -05:00
Kimberly Garmoe
d02ae42747
fixes ec2 reference ( #2766 )
...
Signed-off-by: kagarmoe <kgarmoe@chef.io>
2018-03-02 09:06:11 -05:00
Kimberly Garmoe
f4ea53c3a5
Kg/k module ( #2626 )
...
* Refactors kernel_module
Signed-off-by: kagarmoe <kgarmoe@chef.io>
2018-02-28 17:12:37 -05:00
Kimberly Garmoe
f7d7f63b02
WIP: Docker resource docs first commit ( #2521 )
...
* Docker resource docs
Signed-off-by: kgarmoe <kgarmoe@chef.io>
2018-02-28 16:44:11 -05:00
Matthew Dromazos
4394c5efc8
New Resource aws_config_recorder ( #2635 )
...
* Initial commit of new resource
* Removes deprecated matcher in example
* Adds a new terraform file for config resources
* Fixes and clarifies documentation
* Wraps calls to api in catch_aws_errors method
* Changes the names of two matchers
Signed-off-by: Matthew Dromazos <dromazmj@dukes.jmu.edu>
2018-02-27 13:15:04 -05:00
Kimberly Garmoe
118a056f43
Refactors host docs ( #2539 )
...
* Refactors host docs
Signed-off-by: kagarmoe <kgarmoe@chef.io>
2018-02-26 19:21:32 -05:00
Kimberly Garmoe
a0db14485a
Refactore json docs ( #2551 )
...
* Refactore json docs
Signed-off-by: kagarmoe <kgarmoe@chef.io>
2018-02-26 17:48:35 -05:00
Kimberly Garmoe
2ed473dcbb
Fixes dh_params doc ( #2644 )
...
* Fixes dh_params doc
Signed-off-by: kagarmoe <kgarmoe@chef.io>
2018-02-26 17:47:36 -05:00
Franklin Webber
a359399fa0
Fixes partially indented blocks and unescaped underscores ( #2731 )
...
Moved 2 space examples 2 more spaces in. Don't be shy, show the world your code the way it was meant to be seen.
Underscores in markdown must be escaped otherwise the world goes crooked.
Signed-off-by: Franklin Webber <franklin@chef.io>
2018-02-26 11:11:06 -05:00
Jerry Aldrich
0240ab4f6e
docs: Enhance http
resource documentation ( #2715 )
...
* Simplify `http` resource example
Signed-off-by: Jerry Aldrich <jerryaldrichiii@gmail.com>
2018-02-23 16:49:22 -05:00
Kimberly Garmoe
bd7327b91c
Spelling and punctuation check on Azure and AWS ( #2657 )
...
* Spelling and punctuation check
Signed-off-by: kagarmoe <kgarmoe@chef.io>
2018-02-19 22:09:51 -05:00
Kimberly Garmoe
b6c60d11bb
Normalizes resource ( #2704 )
...
* Normalizes resource
Signed-off-by: kagarmoe <kgarmoe@chef.io>
2018-02-19 21:35:14 -05:00
Kimberly Garmoe
77ad71dc8b
Refactors azure_virtual_machine doc ( #2702 )
...
* Refactors azure_virtual_machine doc
Signed-off-by: kagarmoe <kgarmoe@chef.io>
2018-02-19 21:30:04 -05:00
Kimberly Garmoe
696dde39ef
Refactors azure_virtual_machine_data_disk doc ( #2701 )
...
* Refactors azure_virtual_machine_data_disk doc
Signed-off-by: kagarmoe <kgarmoe@chef.io>
2018-02-19 21:12:53 -05:00
Kimberly Garmoe
6bde79a39d
Fixes formatting and words ( #2703 )
...
* Fixes formatting and words
Signed-off-by: kagarmoe <kgarmoe@chef.io>
2018-02-19 20:54:42 -05:00
Kimberly Garmoe
9a7b9ccec0
Refactoring of azure generic resources doc ( #2690 )
...
* Refactoring of azure generic resources doc
Signed-off-by: kagarmoe <kgarmoe@chef.io>
2018-02-19 08:43:12 -05:00
Kimberly Garmoe
4e71604ef5
Refactors the azure_resource_group doc ( #2692 )
...
* Refactors the azure_resource_group doc
Signed-off-by: kagarmoe <kgarmoe@chef.io>
2018-02-19 08:42:52 -05:00
Christoph Hartmann
4641978716
Update InSpec website ( #2681 )
...
* New styles
* Fundamental styles for home page
* Legal pages
* Community page, downloads page, tutorials page
* Docs page
* Content toggle and github badge
* Add code - highlighter
* Copy button
* Sliding content animation
* fix particle animatino on downloads page
* Scroll-to-top button
* docs sidebar links
* innocent comments on resources
* Fancy code animation
* Small update to diamond
* whatever slider
* Slider styles
* initial selection if no sliders are there
* add netifly config
Signed-off-by: Christoph Hartmann <chris@lollyrock.com>
* inspec for provisioners
* fix incorrect text on aws ssm
* fix layout javascript
post-rebase
* resource grouping in docs
* introduce groups in docs/resources
* fix minor spelling issues and move download button in new features section
Signed-off-by: Christoph Hartmann <chris@lollyrock.com>
* pass linting
Signed-off-by: Christoph Hartmann <chris@lollyrock.com>
2018-02-17 07:44:42 -08:00
Kimberly Garmoe
d76ae9eae7
Fixes merge conflict messages ( #2677 )
...
Signed-off-by: kagarmoe <kgarmoe@chef.io>
2018-02-16 19:39:41 -05: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
Miah Johnson
75fb488d2c
Add example properties from azure integration tests. ( #2659 )
...
Remove trailing whitespace.
Clean up formatting and some rubocop issues.
Signed-off-by: Miah Johnson <miah@chia-pet.org>
2018-02-15 21:52:54 -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
Jared Quick
0837b1fb0d
Merge pull request #2650 from chef/kg/remove-os
...
removes OS metadata from headers
2018-02-15 17:06:27 -05:00
Jared Quick
fc990346f2
Merge pull request #2655 from chef/release-2.0
...
Add in release-2.0 changes to master
2018-02-15 16:57:25 -05:00
Jared Quick
3623454153
Remove ruby headers from azure docs.
...
Signed-off-by: Jared Quick <jquick@chef.io>
2018-02-15 13:24:21 -05:00
kagarmoe
dc0d2727bc
removes OS metadata from headers
...
Signed-off-by: kagarmoe <kgarmoe@chef.io>
2018-02-15 09:54:17 -08:00
Kimberly Garmoe
a966cbd2b5
Formatting on XML resource ( #2647 )
...
Signed-off-by: kagarmoe <kgarmoe@chef.io>
2018-02-15 09:33:56 -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
kagarmoe
d63d15c457
Fixes formatting on aws/azure resources
...
Signed-off-by: kagarmoe <kgarmoe@chef.io>
2018-02-14 20:33:18 -08:00
kagarmoe
b9162f5c1b
Escapes and formatting
2018-02-14 20:33:18 -08:00
kagarmoe
11d46622cc
Changes aws docs extensions to .md.erb
...
Signed-off-by: kagarmoe <kgarmoe@chef.io>
2018-02-14 13:29:27 -08:00
Clinton Wolfe
6c0422fbf0
Improvements and matcher renaming on aws_iam_password_policy ( #2638 )
...
Signed-off-by: Clinton Wolfe <clintoncwolfe@gmail.com>
2018-02-14 15:59:57 -05:00
Clinton Wolfe
33787124a7
Two deprecations in aws_ec2_instance ( #2637 )
...
* Drop deprecation warning for old name of aws_ec2
Signed-off-by: Clinton Wolfe <clintoncwolfe@gmail.com>
2018-02-14 15:08:34 -05:00
kagarmoe
c741e51484
AWS resource edits
...
Signed-off-by: kagarmoe <kgarmoe@chef.io>
2018-02-13 17:44:01 -08:00
kagarmoe
86652992b0
AWS resource edits
...
Signed-off-by: kagarmoe <kgarmoe@chef.io>
2018-02-13 17:44:01 -08:00
Jared Quick
fde895f74a
Merge branch 'master' into release-2.0
2018-02-13 15:11:53 -05:00
Jerry Aldrich
9ebd807ea4
http resource: Make remote worker the default ( #2520 )
...
* http resource: Make remote worker the default
Signed-off-by: Jerry Aldrich <jerryaldrichiii@gmail.com>
2018-02-13 12:42:16 -05:00
Franklin Webber
8f8ae290b4
Fixes the docs content for the user resource ( #2553 )
...
* Removed additional ending brackets } in a few cases
* Removed the belong_to_group
* Cleans white space and addressed a little formatting
Signed-off-by: Franklin Webber <franklin@chef.io>
2018-02-13 12:40:58 -05:00
Kimberly Garmoe
925c5bca8e
Refactors kernel_parameter resource ( #2625 )
...
Signed-off-by: kagarmoe <kgarmoe@chef.io>
2018-02-13 12:37:30 -05:00
Kimberly Garmoe
e5cacc3105
Refactors key_rsa resource ( #2627 )
...
Signed-off-by: kagarmoe <kgarmoe@chef.io>
2018-02-13 12:35:14 -05:00
Kimberly Garmoe
78f51f8d9c
Refactors limits_conf resource ( #2629 )
...
Signed-off-by: kagarmoe <kgarmoe@chef.io>
2018-02-13 12:34:51 -05:00
Kimberly Garmoe
2a52537196
Refactors the login_def resource ( #2630 )
...
Signed-off-by: kagarmoe <kgarmoe@chef.io>
2018-02-13 12:34:36 -05:00
Clinton Wolfe
2708a73e11
Merge branch 'aws-core-onramp' into aws-merge
2018-02-09 00:56:28 -05:00
Clinton Wolfe
d696c8b83f
Merge branch 'cw/rename-resources' into core-onramp
2018-02-08 17:00:49 -05:00
Kimberly Garmoe
07e3e9fbdc
Refactors grub_conf doc sligtly; adds os metadata ( #2537 )
...
Signed-off-by: kagarmoe <kgarmoe@chef.io>
2018-02-08 22:45:42 +01: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
bd73b69c9e
Refactors ini docs ( #2544 )
...
* Refactors ini docs
Signed-off-by: kagarmoe <kgarmoe@chef.io>
* Fixes formatting
Signed-off-by: kagarmoe <kgarmoe@chef.io>
* Fixes formatting
Signed-off-by: kagarmoe <kgarmoe@chef.io>
2018-02-08 22:43:21 +01:00
Kimberly Garmoe
3f0642eef1
Refactors inetd_conf doc ( #2543 )
...
Signed-off-by: kagarmoe <kgarmoe@chef.io>
2018-02-08 22:42:51 +01:00
Kimberly Garmoe
f1b78c65d5
Refactors iis_site doc ( #2542 )
...
Signed-off-by: kagarmoe <kgarmoe@chef.io>
2018-02-08 22:42:12 +01:00
Kimberly Garmoe
a114a3015e
Refactors iis_app docs ( #2541 )
...
Signed-off-by: kagarmoe <kgarmoe@chef.io>
2018-02-08 22:41:41 +01:00
Kimberly Garmoe
c7b9c56a34
Refactors http doc ( #2540 )
...
Signed-off-by: kagarmoe <kgarmoe@chef.io>
2018-02-08 22:41:14 +01:00
Clinton Wolfe
dfc73a52f0
Merge branch 'release-2.0' into aws-merge-release-merge-try
...
Signed-off-by: Clinton Wolfe <clintoncwolfe@gmail.com>
2018-02-08 10:44:11 -05:00
Clinton Wolfe
6aaab8691c
Merge branch 'aws-merge-prep' into aws-merge
...
Includes train aws:// targeting and some new resources
Signed-off-by: Clinton Wolfe <clintoncwolfe@gmail.com>
2018-02-08 10:09:57 -05:00
Jerry Aldrich
84817366a1
Remove deprecations for InSpec 2.0 ( #2506 )
...
* Add `release-2.0` target branch to AppVeyor/Travis (#2510 )
Signed-off-by: Jerry Aldrich <jerryaldrichiii@gmail.com>
* simpleconfig: Remove deprecated config keys
Signed-off-by: Jerry Aldrich <jerryaldrichiii@gmail.com>
* cli (exec): Remove `--cache` command line argument
Signed-off-by: Jerry Aldrich <jerryaldrichiii@gmail.com>
* platform: Remove lowercase os name protection
Signed-off-by: Jerry Aldrich <jerryaldrichiii@gmail.com>
* matcher: Remove `contain_legacy_plus` matcher
Signed-off-by: Jerry Aldrich <jerryaldrichiii@gmail.com>
* matcher: Remove `contain_match` matcher
Signed-off-by: Jerry Aldrich <jerryaldrichiii@gmail.com>
* matcher: Remove `with_version` matcher
Signed-off-by: Jerry Aldrich <jerryaldrichiii@gmail.com>
* matcher: Remove `belong_to_group` matcher
Signed-off-by: Jerry Aldrich <jerryaldrichiii@gmail.com>
* matcher: Remove `belong_to_primary_group` matcher
Signed-off-by: Jerry Aldrich <jerryaldrichiii@gmail.com>
* matcher: Remove `contain` matcher
Signed-off-by: Jerry Aldrich <jerryaldrichiii@gmail.com>
* passwd: Remove deprecated properties
This removes:
- `passwd.count`
- `passwd.username`
- `passwd.usernames`
- `passwd.uid`
Signed-off-by: Jerry Aldrich <jerryaldrichiii@gmail.com>
* auditd_rules: Remove in favor of `auditd` resource
Signed-off-by: Jerry Aldrich <jerryaldrichiii@gmail.com>
* cli: Remove `login_automate` command
Signed-off-by: Jerry Aldrich <jerryaldrichiii@gmail.com>
* Remove `resource_skipped` message method
Signed-off-by: Jerry Aldrich <jerryaldrichiii@gmail.com>
2018-02-08 11:05:21 +01:00
Christoph Hartmann
b40876715f
Merge pull request #2536 from chef/jq/merge_inspec_azure
...
Merge inspec-azure into inspec core
2018-02-08 10:57:05 +01:00
Clinton Wolfe
a0b6bac87b
Use train for AWS connection ( #219 )
...
Signed-off-by: Clinton Wolfe <clintoncwolfe@gmail.com>
2018-02-07 23:26:37 -05:00
Clinton Wolfe
4e07508317
Rename classes and resource names in files
...
Signed-off-by: Clinton Wolfe <clintoncwolfe@gmail.com>
2018-02-07 23:23:05 -05:00
Clinton Wolfe
162335aa60
Move files for rename
...
Signed-off-by: Clinton Wolfe <clintoncwolfe@gmail.com>
2018-02-07 22:56:45 -05:00
Clinton Wolfe
4d8eb48855
Skeletal aws_vpc_subnets resource ( #228 )
...
Signed-off-by: Matthew Dromazos <dromazmj@dukes.jmu.edu>
Signed-off-by: Clinton Wolfe <clintoncwolfe@gmail.com>
2018-02-07 20:12:02 -05:00
Miah Johnson
046b2ef419
Skeletal Resource: aws_route_table ( #217 )
...
Signed-off-by: Miah Johnson <miah@chia-pet.org>
2018-02-07 10:48:55 -05:00
Kimberly Garmoe
f4d08fbb40
Refactors crontab docs & adds 'property examples' ( #2513 )
...
* Refactors crontab docs & adds 'property examples'
Signed-off-by: kagarmoe <kgarmoe@chef.io>
* adds note about crontab-supported time strings
Signed-off-by: kagarmoe <kgarmoe@chef.io>
2018-02-07 16:11:28 +01:00
Matthew Dromazos
16fee68c88
Skeletal Resource: aws_vpc_subnet ( #209 )
...
Signed-off-by: Matthew Dromazos <dromazmj@dukes.jmu.edu>
2018-02-07 10:03:11 -05:00
Clinton Wolfe
f7a11ee2df
Merge branch 'aws-merge-prep' into aws-merge
...
Signed-off-by: Clinton Wolfe <clintoncwolfe@gmail.com>
2018-02-07 09:53:21 -05:00
Kimberly Garmoe
24120b9b26
Refactors dh_params resource and publishes ( #2515 )
...
* Refactors dh_params resource and publishes
Signed-off-by: kagarmoe <kgarmoe@chef.io>
* Adds dh_params resource
Signed-off-by: kagarmoe <kgarmoe@chef.io>
* Fixes esc chars
Signed-off-by: kagarmoe <kgarmoe@chef.io>
2018-02-07 15:35:04 +01:00
Kimberly Garmoe
4a203e647b
Kg/csv ( #2514 )
...
* Refactors csv resource
Signed-off-by: kagarmoe <kgarmoe@chef.io>
* Copy edits
Signed-off-by: kagarmoe <kgarmoe@chef.io>
* Copy edit
Signed-off-by: kagarmoe <kgarmoe@chef.io>
* Clarifies property example
Signed-off-by: kagarmoe <kgarmoe@chef.io>
2018-02-07 15:25:42 +01:00
Kimberly Garmoe
36dd93701f
Kg/etc fstab ( #2523 )
...
* Refactors etc_fstab resource
Signed-off-by: kagarmoe <kgarmoe@chef.io>
* Edits to fstab
Signed-off-by: kagarmoe <kgarmoe@chef.io>
* Removes duplicate line
Signed-off-by: kagarmoe <kgarmoe@chef.io>
* Fixes terminal punctuation
Signed-off-by: kagarmoe <kgarmoe@chef.io>
* Fixes typo
Signed-off-by: kagarmoe <kgarmoe@chef.io>
2018-02-07 15:24:49 +01:00
Kimberly Garmoe
7a47273f5f
Refactors elasticsearch resource ( #2522 )
...
* Refactors elasticsearch resource
Signed-off-by: kagarmoe <kgarmoe@chef.io>
* Fixes typo
Signed-off-by: kagarmoe <kgarmoe@chef.io>
2018-02-07 15:23:53 +01:00
Kimberly Garmoe
16d4f71d2e
Refactors the bond docs ( #2504 )
...
Signed-off-by: kagarmoe <kgarmoe@chef.io>
2018-02-07 15:17:59 +01:00
Kimberly Garmoe
ecf6900e9f
Kg/file ( #2529 )
...
* Refactors file docs
Signed-off-by: kagarmoe <kgarmoe@chef.io>
* Fixes terminal punctuation
Signed-off-by: kagarmoe <kgarmoe@chef.io>
* Adds deprecations and differentiates OS
Signed-off-by: kagarmoe <kgarmoe@chef.io>
2018-02-07 14:29:30 +01:00
Kimberly Garmoe
f5acd5d34e
Kg/filesystem ( #2530 )
...
* Refactores filesystem doc.
Signed-off-by: kagarmoe <kgarmoe@chef.io>
* Removes file
Signed-off-by: kagarmoe <kgarmoe@chef.io>
2018-02-07 14:27:48 +01:00
Jared Quick
e0ab84b11a
Merge branch 'jq/azure_merge' of /Users/jquick/Chef/inspec-azure into jq/merge_inspec_azure
2018-02-06 13:23:54 -05:00
Kimberly Garmoe
be2216a1b8
Kg/etc hosts ( #2528 )
...
* Refactors etc_hosts docs
Signed-off-by: kagarmoe <kgarmoe@chef.io>
* Copy edits
Signed-off-by: kagarmoe <kgarmoe@chef.io>
* Fixes terminal punctuation
Signed-off-by: kagarmoe <kgarmoe@chef.io>
2018-02-06 12:31:46 +01:00
Kimberly Garmoe
980a1329b2
Kg/gem ( #2527 )
...
* Refactors gem resource
Signed-off-by: kagarmoe <kgarmoe@chef.io>
* Terminal punctuation
Signed-off-by: kagarmoe <kgarmoe@chef.io>
2018-02-06 12:31:11 +01:00
Kimberly Garmoe
1ce72eecd8
Refactors etc_hosts_allow docs ( #2526 )
...
Signed-off-by: kagarmoe <kgarmoe@chef.io>
2018-02-06 12:30:47 +01:00
Kimberly Garmoe
719783e2b2
Refactors etc_hosts_deny docs ( #2525 )
...
* Refactors etc_hosts_deny docs
Signed-off-by: kagarmoe <kgarmoe@chef.io>
* Fixes terminal punctuation
Signed-off-by: kagarmoe <kgarmoe@chef.io>
* Fixes typo
Signed-off-by: kagarmoe <kgarmoe@chef.io>
* Fixes terminal punctuation
Signed-off-by: kagarmoe <kgarmoe@chef.io>
2018-02-06 12:30:09 +01:00
Kimberly Garmoe
ee18b7ef89
Refactors etc_group docs ( #2524 )
...
Signed-off-by: kagarmoe <kgarmoe@chef.io>
2018-02-06 12:29:15 +01:00
Kimberly Garmoe
15d4564c3a
Updates directory resource ( #2516 )
...
* Updates directory resource
Signed-off-by: kagarmoe <kgarmoe@chef.io>
* Updates syntax example
Signed-off-by: kagarmoe <kgarmoe@chef.io>
2018-02-06 12:27:09 +01:00
Kimberly Garmoe
bc3c5039f3
Updates aide-conf docs ( #2493 )
...
* Updates aide-conf docs
Signed-off-by: kagarmoe <kgarmoe@chef.io>
* Removes 'matchers' language.
Signed-off-by: kagarmoe <kgarmoe@chef.io>
* Really resolves merge conflict
Signed-off-by: kagarmoe <kgarmoe@chef.io>
2018-02-05 19:57:45 +01:00
Kimberly Garmoe
b33aecec0c
Updates auditd_conf doc ( #2497 )
...
* Updates auditd_conf doc
Signed-off-by: kagarmoe <kgarmoe@chef.io>
* resolves merge conflict
Signed-off-by: kagarmoe <kgarmoe@chef.io>
* Moves example
Signed-off-by: kagarmoe <kgarmoe@chef.io>
2018-02-05 19:56:36 +01:00
Kimberly Garmoe
903ab396f0
Refactors docker_service docs ( #2519 )
...
Signed-off-by: kagarmoe <kgarmoe@chef.io>
2018-02-02 08:13:56 -05:00
Kimberly Garmoe
73f2eebea5
Refactors docker_image resource ( #2518 )
...
Signed-off-by: kagarmoe <kgarmoe@chef.io>
2018-02-02 08:13:04 -05:00
Kimberly Garmoe
288e9f2607
Refactors docker_container resource ( #2517 )
...
* Refactors docker_container resource
Signed-off-by: kagarmoe <kgarmoe@chef.io>
* Edits matchers to properties
Signed-off-by: kagarmoe <kgarmoe@chef.io>
2018-02-02 08:10:47 -05:00