/usr/share/doc/puppet-module-michaeltchapman-galera/examples/centos7.pp is in puppet-module-michaeltchapman-galera 0.0.3-2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 | node default {
class { 'galera':
galera_servers => ['192.168.99.101','192.168.99.102'],
galera_master => 'control1.domain.name',
vendor_type => 'mariadb',
status_password => 'mariadb',
bind_address => $::ipaddress_enp0s8
}
}
|