Sha256: 908a7819e13656fe6d6239461cf6883a527629deb438a19c602d1945cd84c26a

Contents?: true

Size: 299 Bytes

Versions: 4

Compression:

Stored size: 299 Bytes

Contents

#!/bin/bash

kuzushi-setup  ## this will wait for all the volumes to attach and take care of mounting and formatting them

if [ "$JUDO_FIRST_BOOT" ] ; then
  ## do some setup on the first boot only
fi

## use kuzushi to process an erb file
kuzushi-erb example_config.erb > /etc/example_config.conf

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
judo-0.4.4 default/setup.sh
judo-0.4.3 default/setup.sh
judo-0.4.2 default/setup.sh
judo-0.4.1 default/setup.sh