From 79923adc88d48a4e92a73c581d4815a7414b7f15 Mon Sep 17 00:00:00 2001 From: Tames McTigue Date: Wed, 10 Jul 2024 22:01:02 +0300 Subject: [PATCH] Fix example in README.md This appears to be formatted wrong and is not valid Puppet code. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5e8c8774..d2f5f3d9 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ site defaults, and tune more specifically where desired. As such, it is reasonable to use the following declaration in a profile used by all your nodes: ```puppet -class bacula { +class { 'bacula': storage_name => 'mystorage.example.com', director_name => 'mydirector.example.com', }