Notify consul-template service about changes on source ctmpl

This commit is contained in:
Oriol Fitó 2015-07-03 13:43:00 +02:00
Родитель bcb141c533
Коммит a0354b1a71
1 изменённых файлов: 1 добавлений и 0 удалений

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

@ -21,5 +21,6 @@ define consul_template::watch (
target => 'consul-template/config.json',
content => "template {\n source = \"${consul_template::config_dir}/${name}.ctmpl\"\n destination = \"${destination}\"\n command = \"${command}\"\n}\n\n",
order => '10',
notify => Service['consul-template']
}
}