Skip to content

Commit 3ed4370

Browse files
author
Ashley Penney
committed
Merge pull request puppetlabs#457 from igalic/doc-fix
doc: use postgresql::*server*::tablespace in example
2 parents 327c7e9 + 578c527 commit 3ed4370

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -764,7 +764,7 @@ OS user for running `psql`. Defaults to the default user for the module, usually
764764
###Resource: postgresql::server::tablespace
765765
This defined type can be used to create a tablespace. For example:
766766

767-
postgresql::tablespace { 'tablespace1':
767+
postgresql::server::tablespace { 'tablespace1':
768768
location => '/srv/space1',
769769
}
770770

0 commit comments

Comments
 (0)