Merge "Create the dashboard link when upgrading from 0.10.3" into stable/1.0

This commit is contained in:
Jenkins 2017-01-31 13:59:52 +00:00 committed by Gerrit Code Review
commit 8e551a9ffe
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,