https://www.puppet.com/community logo
Join Slack
Powered by
# puppet
  • s

    Slackbot

    08/23/2022, 8:07 PM
    This message was deleted.
    f
    n
    s
    • 4
    • 3
  • f

    fe80

    08/23/2022, 9:09 PM
    Can you run
    systemctl cat puppet
    and
    puppet agent -t
    ?
  • d

    Dr Bunsen Honeydew

    08/23/2022, 9:45 PM
    businessparrot šŸ§‘ā€šŸ« Bolt is about to start up in #CFD8Z9A4T
  • s

    Slackbot

    08/23/2022, 10:47 PM
    This message was deleted.
    c
    • 2
    • 1
  • f

    fe80

    08/23/2022, 10:47 PM
    Can you run
    systemctl cat puppet
    and
    puppet agent -t
    ? (as root or with sudo lie @natemccurdy ā¬‡ļø )
  • f

    fe80

    08/23/2022, 10:48 PM
    Can you run
    systemctl cat puppet
    and
    puppet agent -t
    ? (as root or with sudo like @natemccurdy ā¬‡ļø )
  • n

    natemccurdy

    08/23/2022, 10:49 PM
    Do you use PuppetDB? If so, use one of: • https://puppet.com/docs/puppetdb/7/api/query/examples-pql.html#querying-for-inactive-nodes • https://puppet.com/docs/puppetdb/7/api/query/examples-pql.html#timestamp-filtering If you don’t use PuppetDB or aren’t collecting reports somewhere, there’s not really a good, central way to do that.
  • n

    natemccurdy

    08/23/2022, 10:49 PM
    Do you use PuppetDB? If so, https://puppet.com/docs/puppetdb/7/api/query/examples-pql.html#querying-for-inactive-nodes If you don’t use PuppetDB or aren’t collecting reports somewhere, there’s not really a good, central way to do that.
  • n

    natemccurdy

    08/23/2022, 10:50 PM
    Do you use PuppetDB? If so, use one of: • https://puppet.com/docs/puppetdb/7/api/query/examples-pql.html#querying-for-inactive-nodes • https://puppet.com/docs/puppetdb/7/api/query/examples-pql.html#timestamp-filtering If you don’t use PuppetDB or aren’t collecting reports somewhere, there’s not really a good, central way to do that.
  • r

    rismoney

    08/23/2022, 10:51 PM
    yes puppetdb
  • r

    rismoney

    08/23/2022, 10:52 PM
    That worked. Thank you very much!
    šŸ» 1
  • c

    Corporate Gadfly

    08/23/2022, 11:50 PM
    Offering another alternative: https://github.com/skx/puppet-summary which has an "orphaned" screen.
  • c

    Corporate Gadfly

    08/23/2022, 11:50 PM
    Offering another alternative: https://github.com/skx/puppet-summary which has an "orphaned" screen.
  • s

    Slackbot

    08/24/2022, 8:40 AM
    This message was deleted.
    r
    • 2
    • 1
  • s

    sameer

    08/24/2022, 8:40 AM
    Hello, I am getting this error after upgrading server.....xargs: /opt/puppetlabs/bin/puppet: No such file or directory
  • s

    Slackbot

    08/24/2022, 12:37 PM
    This message was deleted.
    v
    b
    t
    • 4
    • 13
  • t

    tutelacool

    08/24/2022, 12:57 PM
    puppet-lint complain about : top-scope variable being used without an explicit namespacePuppet(variable_scope) lol euh? what’s wrong here?
    Copy code
    $test = 123
    
    file { tmp/test:
      ensure  => file,
      content => testfile$test,
    }
    same result if I use:
    Copy code
    content => "testfile${test}",
  • t

    tutelacool

    08/24/2022, 12:58 PM
    puppet-lint complain about : top-scope variable being used without an explicit namespacePuppet(variable_scope) lol euh? what’s wrong here?
    Copy code
    $test = 123
    
    file { tmp/test:
      ensure  => file,
      content => testfile$test,
    }
    same result if I use:
    Copy code
    content => "testfile${test}",
  • v

    vchepkov

    08/24/2022, 12:59 PM
    must be not the whole story. which line exactly ?
  • t

    tutelacool

    08/24/2022, 12:59 PM
    content
    line
  • v

    vchepkov

    08/24/2022, 1:00 PM
    is the whole block part of a class ?
  • v

    vchepkov

    08/24/2022, 1:00 PM
    is the whole block part of a class ?
  • t

    tutelacool

    08/24/2022, 1:01 PM
    nope infact.. my class inherits test::params
  • t

    tutelacool

    08/24/2022, 1:01 PM
    and my variable is on params.pp
  • t

    tutelacool

    08/24/2022, 1:01 PM
    for some reason that syntax seems working. now !
    Copy code
    content => 'testfile$test',
  • v

    vchepkov

    08/24/2022, 1:02 PM
    this will be a literal string, variable not interpolated
  • t

    tutelacool

    08/24/2022, 1:02 PM
    probably my VC: issue
  • t

    tutelacool

    08/24/2022, 1:02 PM
    ah
  • s

    Slackbot

    08/24/2022, 1:02 PM
    This message was deleted.
    t
    v
    • 3
    • 11
  • v

    vchepkov

    08/24/2022, 1:03 PM
    linter doesn't like variable inheritance
1...141142143...428Latest