doc: use postgresql::*server*::tablespace in example
This commit is contained in:
parent
327c7e9cd9
commit
578c527a34
1 changed files with 1 additions and 1 deletions
|
@ -764,7 +764,7 @@ OS user for running `psql`. Defaults to the default user for the module, usually
|
||||||
###Resource: postgresql::server::tablespace
|
###Resource: postgresql::server::tablespace
|
||||||
This defined type can be used to create a tablespace. For example:
|
This defined type can be used to create a tablespace. For example:
|
||||||
|
|
||||||
postgresql::tablespace { 'tablespace1':
|
postgresql::server::tablespace { 'tablespace1':
|
||||||
location => '/srv/space1',
|
location => '/srv/space1',
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue