Project

General

Profile

« Previous | Next » 

Revision 80361c2b

Added by Eric Helms about 10 years ago

Refs #5377: Updates to support newer version of Qpid.

View differences:

manifests/install.pp
#
class qpid::install {
case $::operatingsystem {
'Fedora': {
$packages_to_install = ['qpid-cpp-server','qpid-cpp-client']
}
default: {
$packages_to_install = ['qpid-cpp-server','qpid-cpp-client','qpid-cpp-client-ssl','qpid-cpp-server-ssl']
}
}
$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']
}
package {'policycoreutils-python':
ensure => 'installed'
}
}

Also available in: Unified diff