From 43a4df433df87b6c20efdbe67721860014f3557b 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 | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8fc09c3..0ab3894 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,7 +24,9 @@ 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