Skip to content

Instantly share code, notes, and snippets.

@robinbowes
Created September 3, 2014 20:29
Show Gist options
  • Save robinbowes/7c03fb6c4f24ae553ba6 to your computer and use it in GitHub Desktop.
Save robinbowes/7c03fb6c4f24ae553ba6 to your computer and use it in GitHub Desktop.
Why do I get the warning?
class { '::postgresql::globals':
manage_package_repo => true,
version => '9.3',
encoding => 'UTF8',
}->
class{'::postgresql::server': }
==> postgres: Warning: Scope(Class[Postgresql::Server]): Passing "version" to postgresql::server is deprecated; please use postgresql::globals instead
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment