Sha256: 54aa32bff9aa7095efaf05d1ed7afe3c00f1b6f9269798366c082bb573471bd3

Contents?: true

Size: 1.55 KB

Versions: 6

Compression:

Stored size: 1.55 KB

Contents

phome = '/home/robert/dev/projects/'
env = :dev
environment env

# directory used to store the daemons pid to assist in stopping reluctant servers
pid_dir phome + "jerbil/test/pids"

# Number of log files to retain at any moment
#log_rotation 2

# Location for Jellog (logging utility) to save log files
log_dir phome + "jerbil/log"

# Size of a log file (in MB) before switching to the next log
#log_length 1

# Controls the amount of logging done by Jellog
# 
#  * :system - standard message, plus log to syslog
#  * :verbose - more generous logging to help resolve problems
#  * :debug - usually used only for resolving problems during development
# 
log_level :debug

# Array of Jerbil::Server, one for each server in the system
require 'jerbil/server'

my_servers = Array.new
my_servers << Jerbil::ServerRecord.new("lucius.osburn-sharp.ath.cx","Amz09+C8GqQ+StC9wbPEKE2dm5WbOxLVXM+McvxnJ7QM17qcnYshzF0zFOGK", env)
my_servers << Jerbil::ServerRecord.new("germanicus.osburn-sharp.ath.cx","2lR3hsR8mrpcQ8GfN7Tpukwt15/u1Npctp1owQt89jLEZEbpOZWmK/C1aQW4", env)
my_servers << Jerbil::ServerRecord.new("octavia.osburn-sharp.ath.cx","WJbgpOfYOBjlSjcPGyheouPBIJNwhJrKmIqUFly5oLBaHJ8NtI1nhTDrk5p3", env)
my_servers << Jerbil::ServerRecord.new("antonia.osburn-sharp.ath.cx","gpbYk9BEcmyO4xZfZuwu1/Nkd6Dnxjo+INRtrkBmGEQUq3KYi7NfBVW4pfGV", env)
my_servers << Jerbil::ServerRecord.new("valeria.osburn-sharp.ath.cx","V05+VKO0rxNm0qz0BqfJKaAyxZOO1YsyXnYknE3PmzKJg5tbUFsz39YA12LJ", env)

servers my_servers

# private key file used to authenticate privileged users
key_dir phome + "jerbil/test/"

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
jerbil-1.4.8 test/conf.d/missing_services
jerbil-1.4.7 test/conf.d/missing_services
jerbil-1.4.6 test/conf.d/missing_services
jerbil-1.4.5 test/conf.d/missing_services
jerbil-1.3.3 test/conf.d/missing_services
jerbil-1.2.2 test/conf.d/missing_services