Skip to content

Commit

Permalink
Merge branch 'branches/rudder/4.0' into branches/rudder/4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Normation GIT merger committed Jan 10, 2017
2 parents a187639 + 79857bf commit 0fa49f9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ class ReportDisplayer(

case UnexpectedVersion(lastRunDateTime, Some(lastRunConfigInfo), lastRunExpiration, expectedConfig, expectedExpiration) =>
(
<p>This node is sending reports from an out-of-date configuration policy ({lastRunConfigInfo.configId.value}, run started at {lastRunDateTime.toString(dateFormat)}).
<p>This node is sending reports from an out-of-date configuration policy ({lastRunConfigInfo.nodeConfigId.value}, run started at {lastRunDateTime.toString(dateFormat)}).
Please check that the node is able to update it's policy by running 'rudder agent update' on the node.</p>
<p>For information, expected node policies are displayed below.</p>
<p>{currentConfigId(expectedConfig)}</p>
Expand Down

0 comments on commit 0fa49f9

Please sign in to comment.