Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom Barber committed Nov 9, 2012
1 parent c9628a7 commit 044d955
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion manifests/datasource.pp
Expand Up @@ -48,7 +48,7 @@

}

if ($database_type == "postgresl8") {
if ($database_type == "postgresql8") {
$template = "postgresql"

file { "/srv/tomcat/${tomcat_name}/webapps/saiku/WEB-INF/classes/saiku-datasources/${datasource_name}":
Expand Down
2 changes: 1 addition & 1 deletion metadata.json
Expand Up @@ -17,7 +17,7 @@
"files/mysql-connector-java-5.1.17.jar": "f363ecce2d02ebf6224f8fd3925400d9",
"files/postgresql-9.1-901.jdbc4.jar": "c07187b9ac3294be59e05eeac588cff2",
"manifests/apt.pp": "9f7083a12f3bb561103aff886113c399",
"manifests/datasource.pp": "7684e8c387f3c89a2019e7f57c609bb3",
"manifests/datasource.pp": "8fbfc0dcb56f67eae33028eb2cae1320",
"manifests/instance.pp": "c2a174bff94178b10ea40f4eaabb1790",
"manifests/server.pp": "4ae47d685e384a133a6f7bdc6ed3b502",
"spec/spec.opts": "a600ded995d948e393fbe2320ba8e51c",
Expand Down

0 comments on commit 044d955

Please sign in to comment.