Skip to content

Commit

Permalink
create pg_trgm in database
Browse files Browse the repository at this point in the history
add pg_trgm postgresql extension and contrib package for dependency
  • Loading branch information
PascalBourdier committed May 10, 2016
1 parent 68242bc commit 51c1b21
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions manifests/database/postgresql.pp
Expand Up @@ -24,6 +24,9 @@
}
# get the pg contrib to use pg_trgm extension
class { '::postgresql::server::contrib': }
postgresql::server::extension { 'pg_trgm':
database => $database_name,
}
}

# create the puppetdb database
Expand Down

0 comments on commit 51c1b21

Please sign in to comment.