Skip to content

Commit

Permalink
Fix example in README.md
Browse files Browse the repository at this point in the history
This appears to be formatted wrong and is not valid Puppet code.
  • Loading branch information
Tamerz authored Jul 10, 2024
1 parent 3bb9524 commit 79923ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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',
}
Expand Down

0 comments on commit 79923ad

Please sign in to comment.