fix: ceph consul check script
- add permissions to write ceph-* services to consul - change from `script` to `args` array
This commit is contained in:
@@ -25,7 +25,7 @@ class profiles::proxmox::consul {
|
||||
{
|
||||
id => "pveceph_${key}_check",
|
||||
name => "PVECeph ${key} Check",
|
||||
script => "/usr/local/bin/check_ceph_service.sh ${key}",
|
||||
args => ['/usr/local/bin/check_ceph_service.sh', $key],
|
||||
interval => '10s',
|
||||
timeout => '1s',
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user