Create the dashboard link when upgrading from 0.10.3

Change-Id: I50fd93e686a785ce4b74be83cdabd4f7d4aa313f
This commit is contained in:
Swann Croiset 2017-01-27 13:44:09 +01:00
parent 8e1ae3c683
commit abe21e9c81
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ if $tls_enabled {
$nagios_link_data = "{\"title\":\"Nagios\",\
\"description\":\"${text}\",\
\"url\":\"${link}\"}"
$nagios_link_created_file = '/var/cache/nagios_link_created'
$nagios_link_created_file = '/var/cache/nagios_link_created_up_1.x'
exec { 'notify_nagios_url':
creates => $nagios_link_created_file,