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

    nwops

    07/28/2022, 11:20 PM
    can hiera not interpolate multiple values? ie.
    url: "https://%{alias('hostname')}:%{alias('port')}"
  • n

    natemccurdy

    07/28/2022, 11:22 PM
    The
    alias()
    function is meant to be the only value since it copies the aliased value completely, including its datatype. (for example, if it’s an array). So you can’t do string interpolation like that with
    alias()
    . You want
    lookup()
  • n

    nwops

    07/28/2022, 11:26 PM
    Ok that makes sense.
  • n

    nwops

    07/29/2022, 2:16 AM
    since oct 20
  • r

    romgo

    07/29/2022, 6:57 AM
    Since I upgraded puppetserver 5 to 6, I got lot client failure. Mainly with this error : Could not retrieve catalog from remote server: end of file reached
  • r

    romgo

    07/29/2022, 6:57 AM
    any idea or tips ?
  • n

    Neeloj

    07/29/2022, 7:10 AM
    you are so right, I upgrade puppet from 6 to 7 after that this happens. Where can I reconfigure it ? I have still my backup files, @tuxmea any suggestion
  • y

    Yury Bushmelev

    07/29/2022, 8:52 AM
    Haha.. I found my ticket: https://github.com/puppetlabs/pdk-templates/issues/294
  • a

    Alex Fisher

    07/29/2022, 9:18 AM
    Anything in the puppetserver logs?
  • a

    Allahshukur Ahmadzada

    07/29/2022, 12:17 PM
    Hello, trying to install agent to Ubuntu 22.04 using bash script from Puppet Enterprice 2019.8 but looks like it does not support it as 22.04 is new around? how can I install Class: pe_repo:platform:ubuntu_2204_amd64 ? it is not available among classes
  • a

    Allahshukur Ahmadzada

    07/29/2022, 12:18 PM
    Hello, trying to install agent to Ubuntu 22.04 using bash script from Puppet Enterprice 2019.8 but looks like it does not support it as 22.04 is new around? how can I install Class: pe_repo:platform:ubuntu_2204_amd64 ? it is not available among classes
  • b

    bastelfreak

    07/29/2022, 12:20 PM
    I think that will be supported with the next PE release
  • a

    Allahshukur Ahmadzada

    07/29/2022, 12:22 PM
    so now I need to manually install?
  • a

    Allahshukur Ahmadzada

    07/29/2022, 12:22 PM
    https://nightlies.puppet.com/apt/pool/jammy/puppet6-nightly/p/puppet-agent/index.html
  • a

    Allahshukur Ahmadzada

    07/29/2022, 12:23 PM
    any workaround?
  • b

    bastelfreak

    07/29/2022, 12:23 PM
    I'm hoping for a new release next week. maybe that will happen
  • a

    Allahshukur Ahmadzada

    07/29/2022, 12:24 PM
    okay so no way but we have to wait?
  • b

    bastelfreak

    07/29/2022, 12:25 PM
    you can use the nightly or the puppet agent from the ubuntu 22.04 repo, the question is: do you want that
  • a

    Allahshukur Ahmadzada

    07/29/2022, 12:27 PM
    well waiting for next week looks good idea 🙂
  • a

    Allahshukur Ahmadzada

    07/29/2022, 12:28 PM
    well waiting for next week looks good idea 🙂
  • a

    Allahshukur Ahmadzada

    07/29/2022, 12:29 PM
    you mentioned packages from 22.04 repo, you meant 20.04?
  • a

    Allahshukur Ahmadzada

    07/29/2022, 12:31 PM
    is there any difference with puppet 6/7 packages and puppet enterprice packages? for agents
  • b

    bastelfreak

    07/29/2022, 12:33 PM
    https://packages.ubuntu.com/search?keywords=puppet&searchon=names&suite=jammy&section=all ah lol, ubuntu 22.04 ships puppet 5
  • b

    bastelfreak

    07/29/2022, 12:33 PM
    that's... sad
    😅 1
  • b

    bastelfreak

    07/29/2022, 12:34 PM
    as far as I know the FOSS and PE packages from Puppet are the same
  • b

    bastelfreak

    07/29/2022, 12:34 PM
    my general advise is to not use Ubuntu, but that probably won't help you
  • a

    Allahshukur Ahmadzada

    07/29/2022, 12:34 PM
    so using nightly now for setup and then upgrading it should not be a problem I think
  • a

    Allahshukur Ahmadzada

    07/29/2022, 12:34 PM
    our setup is still in development env
  • a

    Allahshukur Ahmadzada

    07/29/2022, 12:35 PM
    our setup is still in development env
  • b

    bastelfreak

    07/29/2022, 12:35 PM
    yes
1...114115116...428Latest