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:
commit
3a942f4c1a
1 changed files with 1 additions and 1 deletions
|
@ -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': }
|
||||
|
||||
|
|
Loading…
Reference in a new issue