Sha256: 0cc719c27632e5f0858db09126772a4868866adc9964777d55771a04cc71de50

Contents?: true

Size: 400 Bytes

Versions: 2

Compression:

Stored size: 400 Bytes

Contents

#!/bin/sh

# Reconfigure master
:config_master
# Start this instance's master maintain script
:start_pool_maintain
# Make the ha.d/resource.d
sudo mkdir /etc/ha.d/resource.d/
# Set this hostname as appropriate in the cloud
:set_hostname
# Configure heartbeat
sudo mkdir /etc/ha.d/resource.d/
# Start heartbeat
/etc/init.d/heartbeat start
# Start s3fs
:start_s3fs
# Configure monit
mkdir /etc/monit.d

Version data entries

2 entries across 2 versions & 2 rubygems

Version Path
auser-poolparty-0.0.8 config/reconfigure_instances_script.sh
dreadpiratepj-poolparty-0.0.8 config/reconfigure_instances_script.sh