Merge pull request #709 from jessereynolds/doc_updates

readme update: postgresql::server::db is a defined type not a class
This commit is contained in:
David Schmitt 2015-12-08 17:05:26 +00:00
commit 3a942f4c1a

View file

@ -84,7 +84,7 @@ Usage
###Creating a database
There are many ways to set up a postgres database using the `postgresql::server::db` class. For instance, to set up a database for PuppetDB:
There are many ways to set up a postgres database using the `postgresql::server::db` defined type. For instance, to set up a database for PuppetDB:
class { 'postgresql::server': }