Fix faulty comment default value

Change-Id: I2ff1e6a82885dc8ce2da657d3610a2719e4f4bc9
This commit is contained in:
Tobias Urdin 2020-05-30 09:15:08 +02:00
parent c7b3bd0b84
commit c473ff2521
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@
#
# [*user*]
# (Optional) User to run dbsync command.
# Defaults to 'congress'
# Defaults to 'tacker'
#
class tacker::db::sync(
$extra_params = '--config-file /etc/tacker/tacker.conf',