summaryrefslogtreecommitdiff
path: root/tests/cloud_tests/testcases/modules/final_message.yaml
blob: c9ed611864198c573154fc0dbc476817506a353d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#
# Print a final message with various predefined variables
#
cloud_config: |
  #cloud-config
  final_message: |
    This is my final message!
    $version
    $timestamp
    $datasource
    $uptime

# vi: ts=4 expandtab