https://www.puppet.com/community logo
Join SlackCommunities
Powered by
# puppet
  • y

    Yorokobi

    05/02/2022, 9:24 PM
    I'm not that ambitious.
  • y

    Yorokobi

    05/02/2022, 9:24 PM
    I'm not that ambitious.
  • g

    Greg Bristol

    05/02/2022, 9:24 PM
    i wrote one that queries for some facts in puppetdb using pypuppetdb
  • g

    Greg Bristol

    05/02/2022, 9:24 PM
    yeah, fair
  • l

    Lumiere

    05/02/2022, 9:27 PM
    we have a python script that breaks up the hostname to make facts and then hiera with list merge for ENC
  • l

    Lumiere

    05/02/2022, 9:27 PM
    on our older stuff
  • l

    Lumiere

    05/02/2022, 9:27 PM
    we are transitioning to trusted facts in our latest design
  • l

    Lumiere

    05/02/2022, 9:28 PM
    then in node we just
    lookup('classes_main').include
  • g

    Greg Bristol

    05/02/2022, 9:28 PM
    yeah that's how our stuff works in our puppet 3 legacy stuff
  • y

    Yorokobi

    05/02/2022, 9:31 PM
    Looking at theforman.org again after many years and it looks like it fills several roles for me besides an ENC for Puppet. 🤔
  • l

    Lumiere

    05/02/2022, 9:33 PM
    I don't use it for puppet, but I do use it for the Katello plugin
  • l

    Lumiere

    05/02/2022, 9:34 PM
    it's honestly the best patching system I've used (even if I hate it with a burning passion at times
  • y

    Yorokobi

    05/02/2022, 9:34 PM
    Yep, plus RPM / DEB repos, and Salt.
  • l

    Lumiere

    05/02/2022, 9:35 PM
    ugh salt
  • y

    Yorokobi

    05/02/2022, 9:35 PM
    I know. Salt has made me love Puppet more.
    đź’Ż 1
  • g

    Greg Bristol

    05/02/2022, 9:35 PM
    yeah we use foreman for a ton of stuff but no ENC
  • g

    Greg Bristol

    05/02/2022, 9:35 PM
    but reports, provisioning, etc.
  • y

    Yorokobi

    05/02/2022, 9:37 PM
    I might be able to use it to replace some Jenkins bits, too.
  • s

    Slackbot

    05/03/2022, 8:45 AM
    This message was deleted.
    b
    n
    f
    • 4
    • 20
  • n

    Nicolas

    05/03/2022, 9:02 AM
    I've already installed Java 11, and it is set:
    Copy code
    java --version
    openjdk 11.0.15 2022-04-19 LTS
    OpenJDK Runtime Environment 18.9 (build 11.0.15+9-LTS)
    OpenJDK 64-Bit Server VM 18.9 (build 11.0.15+9-LTS, mixed mode, sharing)
    Copy code
    ls -l /usr/bin/java
    lrwxrwxrwx 1 root root 22 May  2 21:40 /usr/bin/java -> /etc/alternatives/java
  • f

    fe80

    05/03/2022, 9:07 AM
    XX:MaxPermSize=4G
    is remove no ?
  • f

    fe80

    05/03/2022, 9:07 AM
    XX:MaxPermSize=4G
    is remove on java 11 no ?
  • b

    bastelfreak

    05/03/2022, 9:14 AM
    other quesiton: why does the box even have 3TB of memory?
  • f

    fe80

    05/03/2022, 9:18 AM
    /usr/bin/java -Xms2g -Xmx2G -XX:MaxPermSize=512m -cp /opt/puppetlabs/server/apps/puppetserver/puppet-server-release.jar:/opt/puppetlabs/puppet/lib/ruby/vendor_ruby/facter.jar:/opt/puppetlabs/server/data/puppetserver/jars/* clojure.main -m puppetlabs.trapperkeeper.main --config /etc/puppetlabs/puppetserver/conf.d --bootstrap-config /etc/puppetlabs/puppetserver/services.d/,/opt/puppetlabs/server/apps/puppetserver/config/services.d/
    that works ?
  • f

    fe80

    05/03/2022, 9:35 AM
    I never see a memory limit for java, maybe the puppetserver jar when he try to split the memory for dynamic params. Do you set the instance number on the
    puppetserver.conf
    ?
  • s

    Slackbot

    05/03/2022, 10:35 AM
    This message was deleted.
    c
    c
    s
    • 4
    • 6
  • m

    Matt Perkins

    05/03/2022, 2:20 PM
    Hey all, is there a way to manage the /etc/httpd/conf.d/ssl.conf file via the Apache module? I'm trying to add this line to it
    SSLProtocol all -SSLv2 -SSLv3 -TLSv1 -TLSv1.1
  • s

    Slackbot

    05/03/2022, 2:35 PM
    This message was deleted.
    m
    l
    • 3
    • 18
  • l

    Lumiere

    05/03/2022, 2:35 PM
    https://github.com/puppetlabs/puppetlabs-apache/blob/main/manifests/mod/ssl.pp
  • l

    Lumiere

    05/03/2022, 2:35 PM
    configure the apache:mod:ssl class
1...151617...428Latest