mirror of
https://github.com/inspec/inspec
synced 2024-11-23 21:23:29 +00:00
Merge pull request #172 from chef/docs-abbreviations
Merged change 895a4a10-9b84-4bdc-a5ae-7f80040891ec From review branch docs-abbreviations into master Signed-off-by: jreed <jreed@chef.io>
This commit is contained in:
commit
70efd7f9b8
1 changed files with 44 additions and 0 deletions
|
@ -4440,3 +4440,47 @@ The following examples show how to use this InSpec audit resource.
|
|||
it { should exist }
|
||||
it { should be_enabled }
|
||||
end
|
||||
|
||||
|
||||
|
||||
|
||||
.. |inspec resource| replace:: InSpec audit resource
|
||||
.. |apt| replace:: Apt
|
||||
.. |apache| replace:: Apache
|
||||
.. |archlinux| replace:: Arch Linux
|
||||
.. |debian| replace:: Debian
|
||||
.. |fedora| replace:: Fedora
|
||||
.. |redhat enterprise linux| replace:: Red Hat Enterprise Linux
|
||||
.. |centos| replace:: CentOS
|
||||
.. |redhat| replace:: Red Hat
|
||||
.. |ubuntu| replace:: Ubuntu
|
||||
.. |windows| replace:: Microsoft Windows
|
||||
.. |unix| replace:: UNIX
|
||||
.. |linux| replace:: Linux
|
||||
.. |ppa| replace:: PPA
|
||||
.. |json| replace:: JSON
|
||||
.. |csv| replace:: CSV
|
||||
.. |postgresql| replace:: PostgreSQL
|
||||
.. |md5| replace:: MD5
|
||||
.. |sha256| replace:: SHA-256
|
||||
.. |selinux| replace:: SELinux
|
||||
.. |gem| replace:: gem
|
||||
.. |icmp| replace:: ICMP
|
||||
.. |tcp| replace:: TCP
|
||||
.. |udp| replace:: UDP
|
||||
.. |inetd| replace:: inetd
|
||||
.. |mysql| replace:: MySQL
|
||||
.. |npm| replace:: npm
|
||||
.. |bower| replace:: bower
|
||||
.. |statsd| replace:: StatsD
|
||||
.. |oneget| replace:: OneGet
|
||||
.. |ruby| replace:: Ruby
|
||||
.. |pip| replace:: pip
|
||||
.. |ipv4| replace:: Internet Protocol version 4 (IPv4)
|
||||
.. |ipv6| replace:: Internet Protocol version 6 (IPv6)
|
||||
.. |powershell| replace:: Windows PowerShell
|
||||
.. |openssh| replace:: Open SSH
|
||||
.. |ssh| replace:: SSH
|
||||
.. |nginx| replace:: Nginx
|
||||
.. |yaml| replace:: YAML
|
||||
.. |yum| replace:: Yum
|
||||
|
|
Loading…
Reference in a new issue