/[adm]/puppet/modules/postgresql/manifests/remote_database.pp
ViewVC logotype

Contents of /puppet/modules/postgresql/manifests/remote_database.pp

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2594 - (show annotations) (download)
Sat Mar 17 18:10:42 2012 UTC (12 years ago) by misc
File size: 529 byte(s)
fix type of the object
1 define postgresql::remote_database($description = '',
2 $user = 'postgresql',
3 $callback_notify = '',
4 $tag = 'default') {
5 @@postgresql::database { $name:
6 description => $description,
7 user => $user,
8 callback_notify => $callback_notify,
9 tag => $tag,
10 require => Postgresql::User[$user],
11 }
12
13 Postgresql::Database_callback <<| tag == $name |>>
14 }

  ViewVC Help
Powered by ViewVC 1.1.30