-
-
Notifications
You must be signed in to change notification settings - Fork 53
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
README: puppet refuses to parse class attributes as strings
Fixes this kind of error: ``` Syntax error at 'global_config' (file: /etc/puppetlabs/code/environments/rsyslog/site/profile/manifests/rsyslog.pp, line: 5, column: 5) 1 # Class: profile::rsyslog 2 # By default provides client configuration, can optionally provide server configuration 3 class profile::rsyslog { 4 class { 'rsyslog::config': 5 'global_config' => {} [...] ``` Also in this commit a minor typofix in REFERENCE.
- Loading branch information
Mike Massonnet
committed
Aug 30, 2024
1 parent
989b28c
commit e7b2bfc
Showing
2 changed files
with
22 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters