packages feed

cloudy-0.1.0.0: instance-setups/hello-world.yaml

short-description: A basic hello-world instance-setup that shows how to run a bash script.

cloud-init-user-data: |
  #!/usr/bin/env bash

  echo "hello world from Cloudy!" > /tmp/hello-from-cloudy