Fix reload notification file

We want to trigger the reload on the localtime file (/etc/localtime) not
the actual zone file because that is the symlink that gets updated when
the timezone is changed.

NOTE: This is <= Rocky only because we switched to ansible managment in
Stein.

Change-Id: I2bdafeb59c3feb86a30a46eeb803bc9795c9c820
Closes-Bug: #1819548
This commit is contained in:
Alex Schultz 2019-03-26 13:49:56 -06:00
parent e0fe17c668
commit ac4bd32a70
1 changed files with 1 additions and 1 deletions

View File

@ -56,4 +56,4 @@ outputs:
refreshonly => true,
tag => 'timezone-reload-services',
}
File<| title == $::timezone::timezone_file |> ~> Exec<| tag == 'timezone-reload-services' |>
File<| title == $::timezone::localtime_file |> ~> Exec<| tag == 'timezone-reload-services' |>