Skip to content

Instantly share code, notes, and snippets.

@irsl
Last active December 30, 2020 22:28
Show Gist options
  • Save irsl/56fc006250caf7edbcb7f8f456a77843 to your computer and use it in GitHub Desktop.
Save irsl/56fc006250caf7edbcb7f8f456a77843 to your computer and use it in GitHub Desktop.
assignment:
instanceNamePrefixes:
- "test-"
recipes:
- name: recipe-runscript
desiredState: INSTALLED
installSteps:
- scriptRun:
script: |-
#!/bin/bash
echo "something legit $(date)" >>/tmp/legit.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment