Fix README rendering
This commit is contained in:
parent
49cd56bbee
commit
dbfc1af5e0
12
README.md
12
README.md
|
@ -14,7 +14,9 @@ redis running on localhost, on the default port
|
||||||
|
|
||||||
cp -r src/lib/* /usr/lib/ruby/vendor_ruby
|
cp -r src/lib/* /usr/lib/ruby/vendor_ruby
|
||||||
|
|
||||||
2. Update routes, `/etc/puppet/routes.yaml`: eg., ```
|
2. Update routes, `/etc/puppet/routes.yaml`: eg.,
|
||||||
|
|
||||||
|
```
|
||||||
---
|
---
|
||||||
master:
|
master:
|
||||||
facts:
|
facts:
|
||||||
|
@ -22,13 +24,17 @@ master:
|
||||||
cache: yaml
|
cache: yaml
|
||||||
```
|
```
|
||||||
|
|
||||||
3. In the `/etc/puppet/puppet.conf` master section: ```
|
3. In the `/etc/puppet/puppet.conf` master section:
|
||||||
|
|
||||||
|
```
|
||||||
[master]
|
[master]
|
||||||
storeconfigs = true
|
storeconfigs = true
|
||||||
storeconfigs_backend = redis
|
storeconfigs_backend = redis
|
||||||
```
|
```
|
||||||
|
|
||||||
4. Restart the puppet server or rack application, eg. ```
|
4. Restart the puppet server or rack application, eg.
|
||||||
|
|
||||||
|
```
|
||||||
service apache2 restart
|
service apache2 restart
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue