Project

General

Profile

Download (472 Bytes) Statistics
| Branch: | Tag: | Revision:
# == Class: qpid::install
#
# Handles Qpid install
#
class qpid::install {

$packages_to_install = ['qpid-cpp-server',
'qpid-cpp-client',
'python-qpid-qmf',
'python-qpid',
'policycoreutils-python',
'qpid-tools',
]

package { $packages_to_install:
ensure => 'installed',
before => Service['qpidd']
}

}
(3-3/5)