Skip to content

Commit f9ad977

Browse files
committed
typo fix in example
1 parent 9fd7f1a commit f9ad977

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ If you get an error message from these commands, it means that your permissions
7676

7777
There are many ways to set up a postgres database using the `postgresql::db` class. For instance, to set up a database for PuppetDB (this assumes you’ve already got the `postgresql::server` set up to your liking in your manifest, as discussed above):
7878

79-
postgresl::db { 'mydatabasename':
79+
postgresql::db { 'mydatabasename':
8080
user => 'mydatabaseuser',
8181
password => 'mypassword'
8282
}

0 commit comments

Comments
 (0)