Skip to content

Commit

Permalink
Fix heading hierarchy in README
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam Bashton committed May 7, 2013
1 parent 4ba05ae commit 19afaa3
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,12 +69,12 @@ or gem on all your nodes.
}
}

### Advanced Example (hiera)
## Advanced Example (hiera)
This example includes the `sensu` class as part of a base class or role
and configures Sensu on each individual node via
[Hiera](http://docs.puppetlabs.com/#hierahiera1).

hiera.yaml
### hiera.yaml

---
:hierarchy:
Expand All @@ -86,7 +86,7 @@ hiera.yaml
:yaml:
:datadir: '/etc/puppet/%{environment}/modules/hieradata'

common.yaml
### common.yaml

sensu::dashboard_port: 8090
sensu::dashboard_password: mysupersecretpassword
Expand All @@ -96,7 +96,7 @@ common.yaml
sensu::rabbitmq_password: password
sensu::rabbitmq_port: 5672

sensu-server.foo.com.yaml
### sensu-server.foo.com.yaml

sensu::server: true

Expand All @@ -112,7 +112,7 @@ site.pp
}


### Including Sensu monitoring in other modules
## Including Sensu monitoring in other modules

There are a few different patterns that can be used to include Sensu
monitoring into other modules. One pattern creates a new class that is
Expand Down

0 comments on commit 19afaa3

Please sign in to comment.