Merge pull request #4 from codesplicer/master

Fixed variable lookup in upstart template
This commit is contained in:
gdhbashton 2015-02-24 14:04:02 +00:00
Родитель ca47270f73 421a7ae10c
Коммит 17560fc5d0
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -8,7 +8,7 @@ env CONFIG=<%= scope.lookupvar('consul_template::config_dir') %>
script
exec $CONSUL -config $CONFIG/config.json <%= scope.lookupvar('consul::extra_options') %>
exec $CONSUL -config $CONFIG/config.json <%= scope.lookupvar('consul_template::extra_options') %>
end script
respawn