Advertisement
Guest User

Untitled

a guest
Dec 13th, 2018
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. #cloud-config
  2. hostname: tst1234
  3. write_files:
  4. - path: /tmp/test.txt
  5. permissions: "0755"
  6. owner: root
  7. content: |
  8. #!/bin/bash
  9. echo "I'm doing things on start"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement