File: test.pp

package info (click to toggle)
puppet-module-puppetlabs-postgresql 4.8.0-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 760 kB
  • ctags: 30
  • sloc: ruby: 3,401; 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': }