You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
deprecation('postgres_port', 'Passing a string to the port parameter is deprecated. Stdlib::Port will be the enforced datatype in the next major release')
201
196
}
202
-
if$version != undef {
203
-
warning('Passing "version" to postgresql::server is deprecated; please use postgresql::globals instead.')
204
-
$_version = $version
205
-
} else {
206
-
$_version = $postgresql::params::version
207
-
}
197
+
$_version = $postgresql::params::version
208
198
209
199
if$createdb_path != undef {
210
200
warning('Passing "createdb_path" to postgresql::server is deprecated, it can be removed safely for the same behaviour')
0 commit comments