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

    Slackbot

    09/14/2022, 5:25 AM
    This message was deleted.
    t
    a
    • 3
    • 6
  • d

    Dr Bunsen Honeydew

    09/14/2022, 5:25 AM
    See the
    simp-krb5
    module at https://forge.puppet.com/simp/krb5?src=slack&channel=puppet
  • r

    Ram Kumar

    09/14/2022, 7:47 AM
    Hello Everyone, I'm Ram from India and I work as a full-time community person for open source. I came across Puppet recently and I am finding it really interesting. While I am using it and getting more knowledge on the tech side, if there are any kinds of non-code contributions that I can make, I'd be happy to help.
  • w

    Willem Basson

    09/14/2022, 11:19 AM
    A recent update to puppetlabs-apache added parameter type validation to apache::custom_config, which breaks something for us. Some of our custom configs contain secrets (we put okta secrets into it, for instance). Would it be an option to just change
    Optional[String] $content             = undef,
    to
    Optional[Variant[String],Sensitive[String]] $content             = undef,
    or am I missint something obvious?
  • d

    Dr Bunsen Honeydew

    09/14/2022, 11:19 AM
    See the
    puppetlabs-apache
    module at https://forge.puppet.com/puppetlabs/apache?src=slack&channel=puppet
  • w

    Willem Basson

    09/14/2022, 11:20 AM
    A recent update to puppetlabs-apache added parameter type validation to apache::custom_config, which breaks something for us. Some of our custom configs contain secrets (we put okta secrets into it, for instance. Would it be an option to just change
    Optional[String] $content             = undef,
    to
    Optional[Variant[String],Sensitive[String]] $content             = undef,
    or am I missint something obvious?
  • w

    Willem Basson

    09/14/2022, 11:21 AM
    A recent update to puppetlabs-apache added parameter type validation to apache::custom_config, which breaks something for us. Some of our custom configs contain secrets (we put okta secrets into it, for instance). Would it be an option to just change
    Optional[String] $content             = undef,
    to
    Optional[Variant[String],Sensitive[String]] $content             = undef,
    or am I missint something obvious?
  • k

    KevinR

    09/14/2022, 1:17 PM
    If someone could push
    v1.1.5
    of
    puppetlabs/patching_as_code
    to the Forge, that would be very much appreciated! Just kick the “Manual push to Forge” job in the internal jenkins, providing this model name and tag, and it will do the rest for you :-)
  • d

    Dr Bunsen Honeydew

    09/14/2022, 1:17 PM
    See the
    puppetlabs-patching_as_code
    module at https://forge.puppet.com/puppetlabs/patching_as_code?src=slack&channel=puppet
  • c

    Carmen Sze

    09/14/2022, 3:30 PM
    @Carmen Sze has left the channel
  • s

    Slackbot

    09/14/2022, 4:48 PM
    This message was deleted.
    n
    v
    +7
    • 10
    • 26
  • n

    natemccurdy

    09/14/2022, 4:51 PM
    Which ever one is supported/vetted by Puppet Inc and gives the best performance.
  • p

    professoruss

    09/14/2022, 4:56 PM
    hey folks, probably a silly question, but just found that running
    puppetserver ca clean --certname <fqdn>
    is timing out, was poking around and the only thing i found was this on our CA
    Copy code
    wc -l inventory.txt       
    353826 inventory.txt
    is there a “correct” way to clean this file up? we tend to run < 1000 instances at a time. I suspect that the clean process is having an issue reading the file but can append to it no problem
  • p

    professoruss

    09/14/2022, 4:56 PM
    hey folks, probably a silly question, but just found that running
    puppetserver ca clean --certname <fqdn>
    is timing out, was poking around and the only thing i found was this on our CA
    Copy code
    wc -l inventory.txt       
    353826 inventory.txt
    is there a “correct” way to clean this file up? we tend to run < 1000 instances at a time. I suspect that the clean process is having an issue reading the file but can append to it no problem
  • p

    professoruss

    09/14/2022, 5:20 PM
    and if this is the wrong place to ask, if someone could point in the correct direction, that would be appreciated
  • h

    hbui

    09/14/2022, 5:21 PM
    this is the right place to ask
    👍 1
  • h

    hbui

    09/14/2022, 5:22 PM
    I'd look for a config setting for the timeout
  • h

    hbui

    09/14/2022, 5:22 PM
    you should also see an entry for the failure in the puppetserver.log
  • p

    professoruss

    09/14/2022, 5:24 PM
    right, but is it necessary to keep all inventory dating back a couple years?
  • h

    hbui

    09/14/2022, 5:24 PM
    do you not clean certs as part of your decom process?
  • p

    professoruss

    09/14/2022, 5:24 PM
    we do
  • b

    bastelfreak

    09/14/2022, 5:24 PM
    I think you can stop the puppetserver, clean the file, restart it
  • p

    professoruss

    09/14/2022, 5:25 PM
    long story short, we do, but we have so much autoscaling that sometimes instances get skipped for whatever reason so we end up with stragglers that end up accumulating over time
  • p

    professoruss

    09/14/2022, 5:25 PM
    @bastelfreak let me give that a shot, thanks!
  • h

    hbui

    09/14/2022, 5:26 PM
    make a backup
  • b

    bastelfreak

    09/14/2022, 5:26 PM
    just mv it away
  • p

    professoruss

    09/14/2022, 5:26 PM
    yup, was about to do that
  • p

    professoruss

    09/14/2022, 5:28 PM
    yeah, it did not like that
  • b

    bastelfreak

    09/14/2022, 5:28 PM
    why not?
  • p

    professoruss

    09/14/2022, 5:29 PM
    failed to start, looking at logs
1...161162163...428Latest