Skip to content

Commit

Permalink
relax arbitrator config file permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
fraenki committed Jul 5, 2022
1 parent 9068eeb commit ffb0432
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
### Added
* Add an example Arbitrator config (see README)

### Fixed
* Fix Arbitrator service unable to read config file

## [3.0.0]
This is a new major release. It supports the two most recent (long-term)
versions of Codership Galera, Percona XtraDB and MariaDB. Older versions may
Expand Down
4 changes: 3 additions & 1 deletion manifests/arbitrator.pp
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@

file { 'arbitrator-config-file':
path => $config_file,
mode => '0600',
mode => '0640',
owner => 'root',
group => 'nobody',
content => epp($galera::arbitrator_template),
require => [Package[$package_name]],
}
Expand Down

0 comments on commit ffb0432

Please sign in to comment.