Sha256: 2cffe74ff62fbb0ade955cc2be0fd728e07e1ec1c7af900b732c2b175eeb7060

Contents?: true

Size: 279 Bytes

Versions: 4

Compression:

Stored size: 279 Bytes

Contents

#!/bin/bash

cat > /tmp/index.html <<HEREDOC
<html><body><h1>Stack-Kicker was 'ere!</h1>
<p>This file is dropped in place by a shell script passed to the host via cloud-init</p>
<p>The web server software is running but no content has been added, yet.</p>
</body></html>
HEREDOC

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
stack-kicker-0.0.26 doc/examples/apache-via-cloud-init-centos/cloud-init.sh
stack-kicker-0.0.25 doc/examples/apache-via-cloud-init-centos/cloud-init.sh
stack-kicker-0.0.24 doc/examples/apache-via-cloud-init-centos/cloud-init.sh
stack-kicker-0.0.23 doc/examples/apache-via-cloud-init-centos/cloud-init.sh