Skip to content

Commit ecb3431

Browse files
authored
Merge pull request #213 from tamerz/master
Fix example in README.md
2 parents c7e0ff0 + 79923ad commit ecb3431

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ site defaults, and tune more specifically where desired.
4343
As such, it is reasonable to use the following declaration in a profile used by all your nodes:
4444

4545
```puppet
46-
class bacula {
46+
class { 'bacula':
4747
storage_name => 'mystorage.example.com',
4848
director_name => 'mydirector.example.com',
4949
}

0 commit comments

Comments
 (0)