Selaa lähdekoodia

Correcting markdown list syntax

cmacrae 9 vuotta sitten
vanhempi
commit
1a4ed507ee
3 muutettua tiedostoa jossa 9 lisäystä ja 4 poistoa
  1. 1 0
      docs/afewwords.md
  2. 2 0
      docs/index.md
  3. 6 4
      docs/testing.md

+ 1 - 0
docs/afewwords.md

@@ -15,6 +15,7 @@ I figure I have to list them, in no particular order, here they are. __Make sure
 It's planned!
 
 Coming in the near future:
+
 - OpenBSD
 - FreeBSD
 - NetBSD

+ 2 - 0
docs/index.md

@@ -12,11 +12,13 @@ An [Ansible](https://ansible.com) role that deploys a full [Sensu](https://sensu
 
 ## Supported Platforms
 ### Current Release
+
 - [SmartOS - base-64 15.x.x](https://docs.joyent.com/images/smartos/base#version-15xx)
 - [Ubuntu - 15.04 (Vivid Vervet)](http://releases.ubuntu.com/15.04/)
 - [CentOS - 7](https://wiki.centos.org/Manuals/ReleaseNotes/CentOS7)
 
 ### Future Releases
+
 - OpenBSD
 - FreeBSD
 - NetBSD

+ 6 - 4
docs/testing.md

@@ -2,8 +2,9 @@
 A small testing framework is provided with this role using [Vagrant](https://vagrantup.com/).  
 
 To test this role locally, once you've set up Vagrant, simply `cd` to `tests` and run `vagrant up [ubuntu15|centos7]`, after which you can visit the following URLs in your browser for the associated deployments:  
-- Ubuntu 15.04: `http://localhost:3000`  
-- CentOS 7: `http://localhost:3001`  
+
+- Ubuntu 15.04: `http://localhost:3000`
+- CentOS 7: `http://localhost:3001`
 
 _Note: To test SmartOS, please simply roll out a base64 zone_  
 
@@ -15,8 +16,9 @@ As support for other operating systems/distributions is written, they will be ad
 ## Caveats
 ### Failing handlers
 It is expected that the following two handlers, triggered at the end of the test run will fail:  
-- `restart sensu-server service`  
-- `restart sensu-api service`  
+
+- `restart sensu-server service`
+- `restart sensu-api service`
 
 Both these handlers use the `delegate_to` directive, which does not play nice with Vagrant.  
 This __is__ expected to work in real deployments.