Sha256: 1613211b6469b818f5b01b306ad6a3ff68e84832b4291de32d16f8a90ead77cb

Contents?: true

Size: 342 Bytes

Versions: 14

Compression:

Stored size: 342 Bytes

Contents

# This class installs the python libs for postgresql. See README.md for more
# details.
class postgresql::lib::python(
  $package_name   = $postgresql::params::python_package_name,
  $package_ensure = 'present'
) inherits postgresql::params {

  package { 'python-psycopg2':
    ensure => $package_ensure,
    name   => $package_name,
  }

}

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
freighthop-0.6.1 modules/postgresql/manifests/lib/python.pp
freighthop-0.6.0 modules/postgresql/manifests/lib/python.pp
freighthop-0.5.2 modules/postgresql/manifests/lib/python.pp
freighthop-0.5.1 modules/postgresql/manifests/lib/python.pp
freighthop-0.5.0 modules/postgresql/manifests/lib/python.pp
freighthop-0.4.1 modules/postgresql/manifests/lib/python.pp
freighthop-0.4.0 modules/postgresql/manifests/lib/python.pp
freighthop-0.3.3 modules/postgresql/manifests/lib/python.pp
freighthop-0.3.2 modules/postgresql/manifests/lib/python.pp
freighthop-0.3.1 modules/postgresql/manifests/lib/python.pp
freighthop-0.3.0 modules/postgresql/manifests/lib/python.pp
freighthop-0.2.1 modules/postgresql/manifests/lib/python.pp
freighthop-0.2.0 modules/postgresql/manifests/lib/python.pp
freighthop-0.1.0 modules/postgresql/manifests/lib/python.pp