File: test.pp

package info (click to toggle)
puppet-module-puppetlabs-postgresql 5.4.0-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 980 kB
  • sloc: ruby: 5,047; sh: 52; makefile: 2
file content (5 lines) | stat: -rw-r--r-- 88 bytes parent folder | download | duplicates (3)
1
2
3
4
5
class { 'postgresql::globals':
  version => '9.5',
}
->
class { 'postgresql::server': }