Created
February 12, 2013 10:32
-
-
Save ploubser/4761451 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| DDL | |
| metadata :name => "rabbitmq", | |
| :description => "RabbitMQ connector", | |
| :author => "P. Loubser <pieter.loubser@puppetlabs.com>", | |
| :license => "ASL 2.0", | |
| :version => "1.0", | |
| :url => "http://marionette-collective.org/", | |
| :timeout => 1 | |
| requires :mcollective => "2.2.1" | |
| Packaging | |
| [psy@centos6 rabbitmq]$ ruby -I ../../lib ../../bin/mco plugin package | |
| Created RPM and SRPM packages for mcollective-rabbitmq-connector | |
| [psy@centos6 rabbitmq]$ rpm -qlp mcollective-rabbitmq-connector-1.0-1.noarch.rpm | |
| /usr/libexec/mcollective/mcollective/connector/rabbitmq.ddl | |
| /usr/libexec/mcollective/mcollective/connector/rabbitmq.rb | |
| [psy@centos6 rabbitmq]$ rpm -qip mcollective-rabbitmq-connector-1.0-1.noarch.rpm | |
| Name : mcollective-rabbitmq-connector Relocations: (not relocatable) | |
| Version : 1.0 Vendor: Puppet Labs | |
| Release : 1 Build Date: Tue 12 Feb 2013 10:31:19 GMT | |
| Install Date: (not installed) Build Host: centos6 | |
| Group : System Tools Source RPM: mcollective-rabbitmq-connector-1.0-1.src.rpm | |
| Size : 12037 License: ASL 2.0 | |
| Signature : (none) | |
| Packager : P. Loubser <pieter.loubser@puppetlabs.com> | |
| URL : http://marionette-collective.org/ | |
| Summary : RabbitMQ connector | |
| Description : | |
| RabbitMQ connector | |
| [psy@centos6 rabbitmq]$ rpm -qRp mcollective-rabbitmq-connector-1.0-1.noarch.rpm | |
| mcollective-common >= 2.2.1 | |
| rpmlib(CompressedFileNames) <= 3.0.4-1 | |
| rpmlib(PayloadFilesHavePrefix) <= 4.0-1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment