From fe4dacc23ca72f6c3c507b928d9dc6347dc5035f Mon Sep 17 00:00:00 2001 From: Ben Roberts Date: Tue, 7 May 2019 21:30:49 +0000 Subject: [PATCH] Delete client.cfg --- client.cfg | 39 --------------------------------------- 1 file changed, 39 deletions(-) delete mode 100644 client.cfg diff --git a/client.cfg b/client.cfg deleted file mode 100644 index 04920d8..0000000 --- a/client.cfg +++ /dev/null @@ -1,39 +0,0 @@ -main_collective = mcollective -collectives = mcollective -libdir = /usr/share/mcollective/plugins -logger_type = console -loglevel = warn - -# Plugins -securityprovider = ssl -plugin.ssl_server_public = /server_public.pem - -connector = rabbitmq -direct_addressing = 1 - -plugin.rabbitmq.use_reply_exchange = true -plugin.rabbitmq.vhost = /mcollective - -plugin.rabbitmq.pool.size = 1 -plugin.rabbitmq.pool.1.host = triumph.jellybean.sihnon.net -plugin.rabbitmq.pool.1.port = 61614 -plugin.rabbitmq.pool.1.ssl = 1 -plugin.rabbitmq.pool.1.ssl.ca = /root/ca.pem -plugin.rabbitmq.pool.1.ssl.fallback = 1 - -plugin.rabbitmq.pool.2.host = georgia.sihnon.net -plugin.rabbitmq.pool.2.port = 61614 -plugin.rabbitmq.pool.2.ssl = 1 -plugin.rabbitmq.pool.2.ssl.ca = /root/ca.pem -plugin.rabbitmq.pool.2.ssl.fallback = 1 - -# Discovery - -default_discovery_method = mc -direct_addressing_threshold = 10 -ttl = 60 - -# Misc - -color = 1 -rpclimitmethod = first