Sha256: 5f1593fa04ed7e9d8aa3bbb310815e956316863bc83689ce07defc9ba02365c8
Contents?: true
Size: 283 Bytes
Versions: 15
Compression:
Stored size: 283 Bytes
Contents
#!/bin/bash cat > /var/www/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
15 entries across 15 versions & 1 rubygems