Skip to content

Commit

Permalink
AMI fixes for Cloudformation (gravitational#2894)
Browse files Browse the repository at this point in the history
  • Loading branch information
webvictim authored Aug 2, 2019
1 parent a398500 commit 80b1e86
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion assets/marketplace/files/bin/teleport-generate-config
Original file line number Diff line number Diff line change
Expand Up @@ -418,4 +418,7 @@ if [[ "${TELEPORT_ROLE}" == "auth" || "${TELEPORT_ROLE}" == "node" || "${TELEPOR
EOF
systemctl enable telegraf.service
systemctl restart telegraf.service
fi
fi

# make sure config file can be edited by pre-start commands running later
chown teleport:adm /etc/teleport.yaml

0 comments on commit 80b1e86

Please sign in to comment.