Make nailgun_syncdb not refreshonly

The `nailgun_syncdb` command is idempotent and have to be ran even
settings.yaml was not modified.

Change-Id: I20074be281d7f7c8100f31fecddeb925bacca38f
Closes-Bug: #1613874
(cherry picked from commit 71cbc777e2)
This commit is contained in:
Ilya Kharin 2016-08-16 23:43:29 +03:00
parent fdb3add496
commit 7da07bfa09
1 changed files with 0 additions and 1 deletions

View File

@ -112,7 +112,6 @@ class fuel::nailgun::server (
exec {"nailgun_syncdb":
command => "/usr/bin/nailgun_syncdb",
refreshonly => true,
subscribe => File["/etc/nailgun/settings.yaml"],
tries => 50,
try_sleep => 5,