From dbfc1af5e0350bd2dae3a3cb067e5d4f92e1e9f0 Mon Sep 17 00:00:00 2001 From: Kienan Stewart Date: Sun, 14 Nov 2021 19:52:54 -0500 Subject: [PATCH] Fix README rendering --- README.md | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 8fc09c3..8cb67a0 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,9 @@ redis running on localhost, on the default port 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: facts: @@ -22,13 +24,17 @@ master: cache: yaml ``` -3. In the `/etc/puppet/puppet.conf` master section: ``` +3. In the `/etc/puppet/puppet.conf` master section: + +``` [master] storeconfigs = true storeconfigs_backend = redis ``` -4. Restart the puppet server or rack application, eg. ``` +4. Restart the puppet server or rack application, eg. + +``` service apache2 restart ```