https://www.puppet.com/community logo
Join SlackCommunities
Powered by
# puppet-enterprise
  • v

    vchepkov

    07/14/2023, 9:12 PM
    it is installed
  • v

    vchepkov

    07/14/2023, 9:12 PM
    you wouldn't be able to get to that web page if it wasn't
  • r

    Raj Parpani

    07/14/2023, 9:12 PM
    Puppet agent is not installed on the agent node or else it would not say puppet command not recognized
  • r

    Raj Parpani

    07/14/2023, 9:13 PM
    I guess I can manually run the installation
  • v

    vchepkov

    07/14/2023, 9:13 PM
    Copy code
    /opt/puppetlabs/bin/puppet agent -t
  • v

    vchepkov

    07/14/2023, 9:13 PM
    sigh
  • v

    vchepkov

    07/14/2023, 9:14 PM
    I am failing here, sorry can't explain it better
  • v

    vchepkov

    07/14/2023, 9:15 PM
    you need to do it on the server
  • v

    vchepkov

    07/14/2023, 9:15 PM
    server is Linux
  • v

    vchepkov

    07/14/2023, 9:15 PM
    it can't be Windows
  • r

    Raj Parpani

    07/14/2023, 9:15 PM
    This command will not be recognized on the agent node until puppet agent is setup on the node. I'm confused how do you want me to setup the agent on a windows node
  • v

    vchepkov

    07/14/2023, 9:15 PM
    I am not
  • v

    vchepkov

    07/14/2023, 9:15 PM
    I am telling you to run puppet on server
  • r

    Raj Parpani

    07/14/2023, 9:16 PM
    Copy code
    /opt/puppetlabs/bin/puppet agent -t
    On puppetserver? (Master!)
  • v

    vchepkov

    07/14/2023, 9:16 PM
    yes
  • r

    Raj Parpani

    07/14/2023, 9:18 PM
    Could not retrieve catalog from remote server: Error 500 on SERVER: Server Error: Evaluation Error: Error while evaluating a Resource Statement, Evaluation Error: Unknown function: 'is_function_available'. (file: /etc/puppetlabs/code/environments/production/modules/puppet_agent/manifests/params.pp, line: 69, column: 8) on node us03p01as01.prod.nextravel.com
  • r

    Raj Parpani

    07/14/2023, 9:18 PM
    Should I remove that class from PE master?
  • v

    vchepkov

    07/14/2023, 9:18 PM
    sigh, you have broken code
  • v

    vchepkov

    07/14/2023, 9:19 PM
    Copy code
    /opt/puppetlabs/bin/puppet agent -t --tags puppet_enterprise
  • v

    vchepkov

    07/14/2023, 9:19 PM
    try that
  • v

    vchepkov

    07/14/2023, 9:20 PM
    you need to downgrade puppetlabs/stdlib later
  • d

    Dr Bunsen Honeydew

    07/14/2023, 9:20 PM
    See the
    puppetlabs-stdlib
    module at https://forge.puppet.com/puppetlabs/stdlib?src=slack&channel=puppet-enterprise
  • r

    Raj Parpani

    07/14/2023, 9:20 PM
    Same error
  • r

    Raj Parpani

    07/14/2023, 9:21 PM
    Can we downgrade after fixing this or would you recommend I do that right now
  • v

    vchepkov

    07/14/2023, 9:22 PM
    you need to downgrade to v8.6, because your code base is broken
  • v

    vchepkov

    07/14/2023, 9:24 PM
    since now you can't apply basic PE code
  • r

    Raj Parpani

    07/14/2023, 9:28 PM
    To downgrade, is the process 1) rm -rf modules/apt/ 2) puppet module install puppetlabs-apt --version 8.6.0 --modulepath=modules/
  • v

    vchepkov

    07/14/2023, 9:28 PM
    not apt, stdlib
1...626364...73Latest