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

    todd.seidenberg

    04/20/2023, 10:12 PM
    but that should not be affecting my current issue of not being able to specify an environment at the command line, despite me creating the agent-specified env group, does it?
  • t

    todd.seidenberg

    04/20/2023, 10:12 PM
    Or should I make that agent-specified env group a child of the
    Production
    group, since that's the one that contains the other environments?
  • s

    steveax

    04/20/2023, 10:14 PM
    sorta depends on the rules that are set up too
  • t

    todd.seidenberg

    04/20/2023, 10:17 PM
    alright - i will play with it.
  • s

    steveax

    04/20/2023, 10:17 PM
    This might help: https://www.puppet.com/docs/pe/2021.7/grouping_and_classifying_nodes.html#environment_vs_classification_group
  • t

    todd.seidenberg

    04/20/2023, 10:18 PM
    thank you
  • s

    steveax

    04/20/2023, 10:18 PM
    sure thing!
  • v

    vchepkov

    04/21/2023, 5:55 PM
    Would PE LTS get support of Amazon Linux 2023 by any chance ?
  • v

    vchepkov

    04/21/2023, 5:56 PM
    Or we need to hack the installer script locally?
  • y

    Yorokobi

    04/21/2023, 6:01 PM
    Given the relationship with Fedora 34-36 and CentOS 9 Stream, I'd guess maybe the next LTS release could be massaged to run on AL2023 but I'd be (happily) surprised if it is listed as officially supported.
  • v

    vchepkov

    04/21/2023, 6:02 PM
    considering AL will now have a 2 years release schedule, same as LTS, it will always lag behind 😞
  • s

    Slackbot

    04/25/2023, 6:50 AM
    This message was deleted.
    r
    • 2
    • 1
  • r

    Robert Waffen

    04/25/2023, 9:36 AM
    i see this quite a lot in 2021.7.2 in the logs while code deployments happen. is this already addressed?
    Copy code
    /opt/puppetlabs/puppet/lib/ruby/gems/2.7.0/gems/rugged-0.27.7/lib/rugged/repository.rb:258: warning: Using the last argument as keyword parameters is deprecated
  • b

    bastelfreak

    04/25/2023, 9:39 AM
    yes 🙂
  • b

    bastelfreak

    04/25/2023, 9:40 AM
    @Robert Waffen https://tickets.puppetlabs.com/browse/ENTERPRISE-1461
    👍 1
  • r

    Robert Waffen

    04/25/2023, 9:44 AM
    obviually this has been reported already by you. i need a what-has-tim-reported-now-again-rss feed 😄
  • b

    bastelfreak

    04/25/2023, 9:49 AM
    there's this confluence page with all issues and you can probable get a feed from it with changes 😄
    😅 1
  • b

    bastelfreak

    04/25/2023, 9:49 AM
    now that jira is split into on-premise and cloud, not all my tickets are associated with the same account 😞
  • s

    Slackbot

    04/26/2023, 5:46 PM
    This message was deleted.
    v
    b
    +3
    • 6
    • 7
  • s

    Slackbot

    04/21/2023, 2:28 PM
    This message was deleted.
    s
    i
    • 3
    • 2
  • t

    todd.seidenberg

    05/01/2023, 4:32 PM
    I have the following agent-specified node groups:
  • t

    todd.seidenberg

    05/01/2023, 4:33 PM
    Is there a way - in my puppet code - to determine to which of these groups a node is part of?
  • t

    todd.seidenberg

    05/01/2023, 4:34 PM
    Nodes get added to these automatically based on their host names
  • t

    todd.seidenberg

    05/01/2023, 4:43 PM
    is there some fact i can access that may have this information?
  • v

    vchepkov

    05/01/2023, 4:45 PM
    in general, your code should be environment neutral. what is your use case?
  • t

    todd.seidenberg

    05/01/2023, 4:47 PM
    Well - in this case, depending on which of these tiers its in, I'd like to set a specific activation key that is application-tier specific.
  • t

    todd.seidenberg

    05/01/2023, 4:48 PM
    in other words - if its a member of the
    acp_app_tier
    - it should get a key called
    acpkey
  • y

    Yorokobi

    05/01/2023, 4:48 PM
    Seems like something you could add as a module parameter and set in the PE console for each node classification.
  • t

    todd.seidenberg

    05/01/2023, 4:48 PM
    for
    tst
    it should get `tst key
1...474849...73Latest