? GR0V Shell

GR0V shell

Linux server122.web-hosting.com 4.18.0-513.18.1.lve.el8.x86_64 #1 SMP Thu Feb 22 12:55:50 UTC 2024 x86_64

Path : /opt/puppetlabs/puppet/share/augeas/lenses/dist/tests/
File Upload :
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" }


T1KUS90T
  root-grov@198.54.114.191:~$