diff --git a/manifests/db/postgresql.pp b/manifests/db/postgresql.pp index c4db2127..01358040 100644 --- a/manifests/db/postgresql.pp +++ b/manifests/db/postgresql.pp @@ -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: