Skip to content

Commit

Permalink
add encoding for hosts file
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan Oehrli committed Dec 2, 2020
1 parent f8ec91d commit 232ff1e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cloudinit/bastion_host.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ write_files:
# Append /etc/hosts with custom hosts entries --------------------------------
- path: /etc/hosts
append: true
encoding: "gzip+base64"
content: |
${etc_hosts}
# --- EOF Update remote files ------------------------------------------------
Expand Down

0 comments on commit 232ff1e

Please sign in to comment.