dbsync: don't require User resource

User[zaqar] is not in the catalog, don't try to require it, it doesn't
exit!

The dbsync is run after package management so we're good.

Change-Id: Ie642f9ec6e6acc0765bc88ec4438a01a5618563b
This commit is contained in:
Emilien Macchi 2016-09-14 22:00:59 -04:00
parent 52cfddfbca
commit c510b3b66d

View File

@ -7,7 +7,6 @@ class zaqar::db::sync {
user => 'zaqar',
refreshonly => true,
subscribe => [Package['zaqar'], Zaqar_config['database/connection']],
require => User['zaqar'],
}
Exec['zaqar-manage db_sync'] ~> Service<| title == 'zaqar' |>