Remove unnecesary spaces in log messages.

Spaces added by mistake in some log messages.

Change-Id: Iaf5b6f3d402a465957a9610619988d23da080153
This commit is contained in:
Carlos Camacho 2016-09-26 10:03:43 +02:00
parent ef585be926
commit b51b2881dc

@ -34,8 +34,8 @@ define openstacklib::db::postgresql (
if ((($::operatingsystem == 'RedHat' or $::operatingsystem == 'CentOS') and (versioncmp($::operatingsystemmajrelease, '6') <= 0))
or ($::operatingsystem == 'Fedora' and (versioncmp($::operatingsystemmajrelease, '14') <= 0))) {
warning('The system packages handling the postgresql infrastructure for OpenStack \
are out of date and should not be relied on for database migrations.')
warning("The system packages handling the postgresql infrastructure for OpenStack \
are out of date and should not be relied on for database migrations.")
}
postgresql::server::db { $dbname: