components/ruby/mcollective/patches/01-mco-client-config.patch
changeset 5860 afd31ba91ee9
parent 5749 194929aecdf7
child 6665 9dbe2f1926b4
equal deleted inserted replaced
5859:98bc99958997 5860:afd31ba91ee9
     4     Default user : 'mcollective' & passwd : 'changeme'
     4     Default user : 'mcollective' & passwd : 'changeme'
     5     Change RabbitMQ to log to /dev/stderr, so it goes to the SMF log
     5     Change RabbitMQ to log to /dev/stderr, so it goes to the SMF log
     6 
     6 
     7 NOTE : This patch is developed in-house (and Solaris specific)
     7 NOTE : This patch is developed in-house (and Solaris specific)
     8 
     8 
     9 --- mcollective-2.8.2/etc/client.cfg.dist.orig	2015-05-14 08:50:32.000000000 -0700
     9 --- mcollective-2.8.2/etc/client.cfg.dist.orig	2016-04-20 09:42:43.785159244 -0700
    10 +++ mcollective-2.8.2/etc/client.cfg.dist	2016-04-08 12:02:52.333612186 -0700
    10 +++ mcollective-2.8.2/etc/client.cfg.dist	2016-04-20 12:07:58.755907466 -0700
    11 @@ -1,20 +1,23 @@
    11 @@ -1,19 +1,26 @@
       
    12 +#######################################################################
       
    13 +# Oracle has modified the originally distributed contents of this file.
       
    14 +#######################################################################
       
    15 +
    12  main_collective = mcollective
    16  main_collective = mcollective
    13  collectives = mcollective
    17  collectives = mcollective
    14 -libdir = /usr/libexec/mcollective
    18 -libdir = /usr/libexec/mcollective
    15 -logger_type = console
    19 -logger_type = console
    16  loglevel = warn
    20  loglevel = warn
    37 +plugin.rabbitmq.pool.1.user = mcollective
    41 +plugin.rabbitmq.pool.1.user = mcollective
    38 +plugin.rabbitmq.pool.1.password = changeme
    42 +plugin.rabbitmq.pool.1.password = changeme
    39  
    43  
    40  # Facts
    44  # Facts
    41  factsource = yaml
    45  factsource = yaml
    42  plugin.yaml = /etc/mcollective/facts.yaml