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

    Slackbot

    06/28/2023, 7:37 PM
    This message was deleted.
    p
    n
    +2
    • 5
    • 17
  • s

    Slackbot

    06/29/2023, 2:29 AM
    This message was deleted.
    n
    y
    +2
    • 5
    • 4
  • d

    Dheeraj Mannem

    06/29/2023, 3:51 PM
    can someone validate this will work? I primarily want to make sure the package names are correct.. imagemagick (main package) and libmagick++-dev (its library package)
    Copy code
    class imagemagick {
      package { 'imagemagick':
        ensure => installed,
      }
      package { 'libmagick++-dev':
        ensure => installed,
      }
    }
  • l

    Lumiere

    06/29/2023, 3:52 PM
    so, package names are dependent on OS
  • l

    Lumiere

    06/29/2023, 3:52 PM
    if you know those are the names of the packages for your os, that will work
  • d

    Dheeraj Mannem

    06/29/2023, 3:53 PM
    thanks @Lumiere
  • c

    Corporate Gadfly

    06/29/2023, 7:53 PM
    I can't figure out what is the suggested replacement for
    binford2k-node_encrypt
    (since I'm seeing a deprecation notice on it). Any ideas? Thanks in advance.
  • d

    Dr Bunsen Honeydew

    06/29/2023, 7:53 PM
    See the
    binford2k-node_encrypt
    module at https://forge.puppet.com/binford2k/node_encrypt?src=slack&channel=puppet
  • s

    Slackbot

    06/29/2023, 7:58 PM
    This message was deleted.
    c
    • 2
    • 1
  • y

    Yury Bushmelev

    06/29/2023, 8:03 PM
    we need some redirection support on Forge.. when a module author can specify that this module was transferred to another author/group
    đź’Ż 2
  • l

    Lumiere

    06/29/2023, 8:04 PM
    I think there's a need for both "I've handed this to another group" and an official "we've taken over this" for vox and puppetlabs
  • l

    Lumiere

    06/29/2023, 8:05 PM
    if vox or puppetlabs fork something, they should be able to put a note on it
  • y

    Yury Bushmelev

    06/29/2023, 8:07 PM
    I definitely vote for “I’ve handed this to another group” but not sure about “we’ve taken this over”.. I’d prefer maybe “deprecated” badge instead.. or “see also/similar modules” around
  • y

    Yury Bushmelev

    06/29/2023, 8:07 PM
    mostly because I don’t like to create exceptions 🙂
  • y

    Yury Bushmelev

    06/29/2023, 8:08 PM
    if module is not updated to support current set of puppet versions then it should have some special badge to see it’s outdated
  • l

    Lumiere

    06/29/2023, 8:08 PM
    I get that, but from a community perspective, having extremely limited administrative redirects I think makes a lot of sense
  • s

    Slackbot

    06/29/2023, 8:08 PM
    This message was deleted.
    this2 1
    b
    • 2
    • 1
  • b

    bastelfreak

    06/29/2023, 8:09 PM
    @binford2k ^
  • y

    Yury Bushmelev

    06/29/2023, 8:09 PM
    it’d be nice to talk about on the Forge #CFD8Z9A4T 🙂
  • l

    Lumiere

    06/29/2023, 8:09 PM
    both puppetlabs and voxpupuli have really high standards for a migration like that
  • b

    bastelfreak

    06/29/2023, 8:10 PM
    yep :)
  • b

    bastelfreak

    06/29/2023, 8:11 PM
    and to even improve the vox pupuli experience we are currently upgrading our CI to make it even faster #FasterTimeToMarket
    đź’Ş 1
    🏎️ 2
    🚀 1
  • b

    bastelfreak

    06/29/2023, 8:15 PM
    now that everybody is excited about it: you can help us to improve our CI by sponsoring us on github or open collective: https://github.com/voxpupuli & https://opencollective.com/vox-pupuli
  • l

    Lumiere

    06/29/2023, 8:16 PM
    I contribute all my winnings from Puppet drawings 🙂
    🦜 1
  • d

    Dr Bunsen Honeydew

    06/29/2023, 8:45 PM
    fry dancing 🧑‍🏫PE Console is about to start up in #CFD8Z9A4T
  • c

    Code_Bleu

    06/29/2023, 9:46 PM
    What should I check when I have 2 servers that are in the same environment and have the same roles associated to them and one of the servers deploys with changes correctly, but the other server deploys (without error), but is not applying the changes?
  • l

    Lumiere

    06/29/2023, 9:55 PM
    what's different in the logs?
  • c

    Code_Bleu

    06/29/2023, 10:05 PM
    It literally appears like it doesn't have the same config.
  • m

    matt

    06/30/2023, 8:33 AM
    some basic advice please, I'm looking to use either the package or file resource to deploy a package or file resource, I'm trying to work out the most efficient/cleanest way to deploy a different package name depending on either the OS family or OS Family + version, fact, I've got a few usecase for this so I'd like to do it nice and clean, but the basic premise is something like if OS Family is RedHat ensure dnf-utils is installed, if OS Family is RedHat and Version is less than 8 make sure yum-utils is installed
  • m

    matt

    06/30/2023, 8:34 AM
    I've found numerous ways to do this, but some real world advice on how to do this simply and efficiently would be appreciated
1...385386387...428Latest