Sha256: cdf72803d112a0b6cc6b3c28b5b3c0ea64ae2c3751866b5a4e2a4ba2bed97ea3
Contents?: true
Size: 927 Bytes
Versions: 11
Compression:
Stored size: 927 Bytes
Contents
# THIS EXAMPLE IS INCOMPLETE -- 2009-05-03 # --------------------------------------------------------- MACHINES -------- # The machines block describes the "physical" characteristics # of your environments. machines do # We've defined an environment called "stage" with one role: "app". # The configuration inside the env block is available to all its # roles. The configuration inside the role blocks is available only # to machines in that specific role. env :dev, :stage, :prod do ami "ami-e348af8a" # Debian 5.0 32-bit, Alestic size 'm1.small' role :app do #positions 2 # You can define disks for the stage-app machines. Rudy uses # this configuration when it executes a routine (see below). disks do path "/rudy/disk1" do size 10 device "/dev/sdr" fstype 'ext2' end end end end end
Version data entries
11 entries across 11 versions & 3 rubygems