doc: use postgresql::*server*::tablespace in example

This commit is contained in:
Igor Galić 2014-07-04 14:47:36 +02:00
parent 327c7e9cd9
commit 578c527a34

View file

@ -764,7 +764,7 @@ OS user for running `psql`. Defaults to the default user for the module, usually
###Resource: postgresql::server::tablespace
This defined type can be used to create a tablespace. For example:
postgresql::tablespace { 'tablespace1':
postgresql::server::tablespace { 'tablespace1':
location => '/srv/space1',
}