Fix indent

This commit is contained in:
Alex Dadgar 2016-11-10 16:00:17 -08:00
parent b7765a6bf5
commit 29d21daa01
1 changed files with 4 additions and 4 deletions

View File

@ -186,10 +186,10 @@ job "example" {
# will migrate the data. This is useful for tasks that store data # will migrate the data. This is useful for tasks that store data
# that should persist across allocation updates. # that should persist across allocation updates.
# sticky = true # sticky = true
# #
# Setting migrate to true results in the allocation directory of a # Setting migrate to true results in the allocation directory of a
# sticky allocation directory to be migrated. # sticky allocation directory to be migrated.
# migrate = true # migrate = true
# The "size" parameter specifies the size in MB of shared ephemeral disk # The "size" parameter specifies the size in MB of shared ephemeral disk
# between tasks in the group. # between tasks in the group.