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

    Slackbot

    08/03/2022, 4:21 PM
    This message was deleted.
    🙌 1
    o
    b
    +2
    • 5
    • 12
  • b

    bastelfreak

    08/03/2022, 4:50 PM
    again, checkout the puppet-zabbix update, that does all this for you
  • s

    Slackbot

    08/03/2022, 5:02 PM
    This message was deleted.
    this is fine fire 1
    s
    • 2
    • 2
  • o

    Oleksandr Lytvyn

    08/03/2022, 5:11 PM
    Yep, also noticed it 🙂 Looking forward to see package present on apt.puppet.com https://groups.google.com/g/puppet-users/c/C2zTWPU5tKA
  • s

    smortex

    08/03/2022, 5:56 PM
    package for puppet-agent where available yesterday, today I see another directory for puppet7-release and the package is also in /.
  • s

    Slackbot

    08/03/2022, 8:15 PM
    This message was deleted.
    j
    • 2
    • 3
  • s

    Slackbot

    08/03/2022, 8:18 PM
    This message was deleted.
    j
    • 2
    • 1
  • n

    natemccurdy

    08/03/2022, 8:18 PM
    https://puppet.com/docs/puppet/7/server/subcommands.html#available-actions Assuming you’re on Puppet 6 or higher, you want
    puppetserver ca revoke --certname <name>
    The
    puppet ssl clean
    command is meant to be run on a Puppet agent to remove its own certificate, not to revoke a client certificate.
  • n

    natemccurdy

    08/03/2022, 8:21 PM
    https://puppet.com/docs/puppet/7/server/subcommands.html#available-actions Assuming you’re on Puppet 6 or higher, you want
    puppetserver ca revoke --certname <name>
    If you just want to delete a client’s certificate from the CA, use
    clean
    instead of
    revoke
    . The
    puppet ssl clean
    command is meant to be run on a Puppet agent to remove its own certificate, not to revoke a client certificate.
  • s

    Slackbot

    08/03/2022, 10:11 PM
    This message was deleted.
    j
    n
    g
    • 4
    • 6
  • s

    Slackbot

    08/03/2022, 10:22 PM
    This message was deleted.
    j
    r
    +2
    • 5
    • 20
  • s

    Slackbot

    08/03/2022, 10:57 PM
    This message was deleted.
    b
    v
    n
    • 4
    • 24
  • v

    vchepkov

    08/03/2022, 11:00 PM
    https://github.com/puppetlabs/homebrew-puppet/blob/master/Casks/puppet-agent-6.rb#L30
  • v

    vchepkov

    08/03/2022, 11:00 PM
    https://github.com/puppetlabs/homebrew-puppet/blob/master/Casks/puppet-agent-6.rb#L30
  • v

    vchepkov

    08/03/2022, 11:01 PM
    seems hardcoded
  • r

    RobDog

    08/03/2022, 11:01 PM
    class profile::la (optional[String] $FOO){ $bar = $profile::la::$FOO::bar}
  • n

    natemccurdy

    08/03/2022, 11:16 PM
    Yeah,
    x86_64
    is hardcoded in the Cask formula, which is wrong now.
  • n

    natemccurdy

    08/03/2022, 11:16 PM
    Yeah,
    x86_64
    is hardcoded in the Cask formula, which is wrong now.
  • v

    vchepkov

    08/04/2022, 12:19 AM
    https://github.com/puppetlabs/homebrew-puppet/pull/354
  • v

    vchepkov

    08/04/2022, 12:43 AM
    https://github.com/Homebrew/homebrew-cask/blob/master/Casks/visual-studio-code.rb#L1-L2
  • s

    Slackbot

    08/04/2022, 3:22 AM
    This message was deleted.
    h
    s
    • 3
    • 3
  • s

    Slackbot

    08/04/2022, 4:05 AM
    This message was deleted.
    👍 1
    h
    y
    • 3
    • 8
  • k

    kovid bhardwaj

    08/04/2022, 1:02 PM
    message has been deleted
  • k

    kovid bhardwaj

    08/04/2022, 1:04 PM
    Hi , am getting this error while tying to fetch catalog from puppet master - Warning: Unable to fetch my node definition, but the agent run will continue: Warning: getaddrinfo: Name or service not known Info: Retrieving pluginfacts Error: /File[/var/lib/puppet/facts.d]: Failed to generate additional resources using 'eval_generate': getaddrinfo: Name or service not known Error: /File[/var/lib/puppet/facts.d]: Could not evaluate: Could not retrieve file metadata for puppet//&lt;puppetserver&gt;/pluginfacts getaddrinfo: Name or service not known Info: Retrieving plugin Error: /File[/var/lib/puppet/lib]: Failed to generate additional resources using 'eval_generate': getaddrinfo: Name or service not known Error: /File[/var/lib/puppet/lib]: Could not evaluate: Could not retrieve file metadata for puppet///&lt;puppetserver&gt;/plugins getaddrinfo: Name or service not known Info: Loading facts Error: Could not retrieve catalog from remote server: getaddrinfo: Name or service not known Warning: Not using cache on failed catalog Error: Could not retrieve catalog; skipping run Error: Could not send report: getaddrinfo: Name or service not known
  • k

    kovid bhardwaj

    08/04/2022, 1:04 PM
    Can any one suggest a solution ?
  • b

    bastelfreak

    08/04/2022, 1:05 PM
    sounds like your DNS is broken?
  • k

    kovid bhardwaj

    08/04/2022, 1:08 PM
    should i edit resolv.conf file?
  • b

    bastelfreak

    08/04/2022, 1:10 PM
    do you have a working resolver in that file? can you resolve other domain names? is your puppet agent trying to reach
    puppet
    and not a proper fqdn? was it working before?
  • k

    kovid bhardwaj

    08/04/2022, 1:11 PM
    recently the servers were migrated to a pvt cloud
  • k

    kovid bhardwaj

    08/04/2022, 1:11 PM
    i am getting correct ip with nslookup
1...118119120...428Latest