Created
September 3, 2014 20:29
-
-
Save robinbowes/7c03fb6c4f24ae553ba6 to your computer and use it in GitHub Desktop.
Why do I get the warning?
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
class { '::postgresql::globals': | |
manage_package_repo => true, | |
version => '9.3', | |
encoding => 'UTF8', | |
}-> | |
class{'::postgresql::server': } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
==> 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