diff options
author | Dan Fandrich <danf@mageia.org> | 2024-08-15 09:32:37 -0700 |
---|---|---|
committer | Dan Fandrich <danf@mageia.org> | 2024-08-15 10:52:40 -0700 |
commit | e4a9a61c08c6f4c2250c647dcc75d4c07f2de9c7 (patch) | |
tree | e364f93f700dcea7508ac9854560ebe35b74caa0 /modules/sympa | |
parent | d17b7032f2065a0c82681fecbbe250eb8e036995 (diff) | |
download | puppet-e4a9a61c08c6f4c2250c647dcc75d4c07f2de9c7.tar puppet-e4a9a61c08c6f4c2250c647dcc75d4c07f2de9c7.tar.gz puppet-e4a9a61c08c6f4c2250c647dcc75d4c07f2de9c7.tar.bz2 puppet-e4a9a61c08c6f4c2250c647dcc75d4c07f2de9c7.tar.xz puppet-e4a9a61c08c6f4c2250c647dcc75d4c07f2de9c7.zip |
Fix typos in comments
This should result in no difference in configuration.
Diffstat (limited to 'modules/sympa')
-rw-r--r-- | modules/sympa/manifests/server.pp | 6 | ||||
-rw-r--r-- | modules/sympa/templates/sympa.conf | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/modules/sympa/manifests/server.pp b/modules/sympa/manifests/server.pp index b43e1077..e0fb71ef 100644 --- a/modules/sympa/manifests/server.pp +++ b/modules/sympa/manifests/server.pp @@ -10,7 +10,7 @@ class sympa::server( 'perl-CGI-Fast', 'perl-Socket6']: } - # sympa script start 5 differents script, I am not + # sympa script starts 5 different scripts; I am not # sure that puppet will correctly handle this service { 'sympa': subscribe => [ Package['sympa'], File['/etc/sympa/sympa.conf']] @@ -30,8 +30,8 @@ class sympa::server( $vhost = $sympa::variable::vhost file { '/etc/sympa/sympa.conf': - # should be cleaner to have it root owned, but puppet do not support acl - # and in any case, config will be reset if it change + # should be cleaner to have it root owned, but puppet does not support acls + # and in any case, config will be reset if it changes owner => 'sympa', group => 'apache', mode => '0640', diff --git a/modules/sympa/templates/sympa.conf b/modules/sympa/templates/sympa.conf index eff7749b..edfaba15 100644 --- a/modules/sympa/templates/sympa.conf +++ b/modules/sympa/templates/sympa.conf @@ -409,7 +409,7 @@ bounce_path /var/lib/sympa/bounce ## prevented. arc_path /var/lib/sympa/arc -###\\\\ Miscelaneous ////### +###\\\\ Miscellaneous ////### ## Local part of Sympa email address ## Local part (the part preceding the "@" sign) of the address by which mail @@ -496,7 +496,7 @@ review_page_size 25 ## page. viewlogs_page_size 25 -###\\\\ Web interface parameters: Miscelaneous ////### +###\\\\ Web interface parameters: Miscellaneous ////### ## HTTP cookies validity domain ## If beginning with a dot ("."), the cookie is available within the specified |