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

    Lumiere

    06/14/2023, 8:04 PM
    I totally understand, we use tier instead of environment, because our puppet environments don't match a prod/staging/test/dev (they're applications) so tier is prod/staging/test/dev and the puppet server is in the tier the app nodes talk to
  • j

    Joel Wilson

    06/14/2023, 8:05 PM
    Hmm. I suppose I could make them re-usable. I think they're named arbitrarily.
  • l

    Lumiere

    06/14/2023, 8:05 PM
    that seems like a standardization effort worth making
  • j

    Joel Wilson

    06/14/2023, 8:05 PM
    This is more like a thing for rolling out new versions to a portion of our fleet at a time.
  • j

    Joel Wilson

    06/14/2023, 8:05 PM
    So a 'stage' is activated based on server membership and the old param values are used until they're a member of the stage.
  • j

    Joel Wilson

    06/14/2023, 8:06 PM
    Anything where I activate membership from within puppet code isn't going to get the benefit of hiera overrides.
  • j

    Joel Wilson

    06/14/2023, 8:07 PM
    So it looks like I'm going to have to go and rip out includes and do class declarations.
  • l

    Lumiere

    06/14/2023, 8:07 PM
    ah, so it's a canary type of thing
  • j

    Joel Wilson

    06/14/2023, 8:07 PM
    'ish' yeah.
  • j

    Joel Wilson

    06/14/2023, 8:08 PM
    It's partly that and partly not wanting to hammer our repos with downloads.
  • r

    Raj Parpani

    06/14/2023, 9:09 PM
    👋 Hello, team!
  • s

    Slackbot

    06/14/2023, 9:10 PM
    This message was deleted.
    u
    • 2
    • 1
  • s

    Slackbot

    06/15/2023, 12:57 AM
    This message was deleted.
    r
    • 2
    • 1
  • s

    Slackbot

    06/15/2023, 9:03 AM
    This message was deleted.
    b
    a
    • 3
    • 6
  • s

    Slackbot

    06/15/2023, 10:07 AM
    This message was deleted.
    b
    k
    • 3
    • 3
  • d

    David Sandilands

    06/15/2023, 11:10 AM
    Puppet Content and Tooling Releases Supported modules Puppet 8 support was completed with the Kubernetes module release and further deferred functions were added to modules. As one of the most used and requested modules for supported status LVM was updated to be a supported module. Supported modules added: puppetlabs-lvm (2.0.2) Supported modules released: puppetlabs-kubernetes (8.0.0) puppetlabs-tomcat (7.1.0) puppetlabs-chocolatey (8.0.0)
    👍🏻 1
    👍 1
  • d

    Dr Bunsen Honeydew

    06/15/2023, 11:10 AM
    See the
    puppetlabs-lvm
    module at https://forge.puppet.com/puppetlabs/lvm?src=slack&channel=puppet
  • t

    tuxmea

    06/15/2023, 12:29 PM
    Can someone please update puppet documentation? https://www.puppet.com/docs/pe/2021.7/installing_nix_and_windows_agents_using_an_install_script.html#customize-install-script specifies that the settings should be added using
    -s
    this will no longer work, the
    -s
    option is no longer required and leads to shell errors.
  • s

    Slackbot

    06/15/2023, 12:41 PM
    This message was deleted.
    d
    • 2
    • 1
  • v

    vchepkov

    06/15/2023, 12:45 PM
    FYI, there is #C19V5U41Z channel. In my experience, console handles it automatically, no need to do anything special, but the fix was added in some recent versions
  • v

    vchepkov

    06/15/2023, 12:49 PM
    But that was for entering sensitive parameter for plans, I am not sure you can add sensitive variable, if that's what you are looking for
  • j

    Joseph Zavcer

    06/15/2023, 1:18 PM
    quick question. Using the powershell dsc modules for computermanagementdsc or any of them in fact. It seems doing a puppet resource dsc_scheduledtask <taskname> produces an error of nil property for class. Is there something I'm missing?
  • r

    redat

    06/15/2023, 1:29 PM
    Hi everyone ! Having some trouble with ERB templating.. In
    suricata
    configuration file, there are some syntax that conflicts with the ERB templating syntax.. For example this line.. ERB is trying to interpret the
    %n
    because there was previously a
    <%
    ..
    Copy code
    #default-log-format: "[%i] %t - (%f:%l) <%d> (%n) -- "
    How can I tell ERB, for this line, to NOT interpret it, but still have it in the file ?
  • s

    Slackbot

    06/15/2023, 1:30 PM
    This message was deleted.
    r
    v
    • 3
    • 9
  • c

    Code_Bleu

    06/15/2023, 5:43 PM
    Will this work?
  • r

    rusty

    06/15/2023, 6:05 PM
    have you tried it?
  • c

    Code_Bleu

    06/15/2023, 6:06 PM
    not yet, fixing to. I was hoping to know if it is an issue before I commit the code to test 😄
  • c

    Code_Bleu

    06/15/2023, 6:12 PM
    didn't work
  • c

    Code_Bleu

    06/15/2023, 6:42 PM
    I'm having issues where the postgresql module is creating a password for a user, but it's not the correct password and it's stored in an md5sum value. Is there a way in puppet I can un-redact/debug my code to see what it is doing?
  • c

    csharpsteen

    06/15/2023, 7:16 PM
    MD5 is a one-way hash function. It's not designed to be reversible.
1...377378379...428Latest