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

    Slackbot

    04/24/2023, 3:48 AM
    This message was deleted.
    b
    d
    +2
    • 5
    • 10
  • s

    Slackbot

    04/24/2023, 12:55 PM
    This message was deleted.
    j
    • 2
    • 1
  • s

    Slackbot

    04/24/2023, 1:46 PM
    This message was deleted.
    m
    m
    • 3
    • 5
  • s

    Slackbot

    04/24/2023, 3:09 PM
    This message was deleted.
    y
    b
    • 3
    • 2
  • b

    Brian Schonecker

    04/24/2023, 3:11 PM
    Second question: Same setup, Puppetboard 3.4.1. Current version is 4.3.0 but the CHANGELOG.md doesn't really seem like much of an update other than Puppet 4 end-of-life support. Worth updating?
  • r

    Robert FD

    04/24/2023, 7:01 PM
    Thought I would copy this here too in case I got the wrong audience.
  • s

    Slackbot

    04/24/2023, 8:12 PM
    This message was deleted.
    n
    m
    b
    • 4
    • 6
  • j

    Joel Wilson

    04/24/2023, 10:02 PM
    I'm trying to learn about https://www.puppet.com/docs/puppet/7/configuration.html#static-catalogs , but the linked page seems to be missing
  • j

    Joel Wilson

    04/24/2023, 10:17 PM
    Found the article at https://www.puppet.com/docs/puppet/7/static-catalogs.html but that doc link should be fixed
  • s

    Slackbot

    04/25/2023, 6:47 AM
    This message was deleted.
    n
    • 2
    • 1
  • s

    Shubham Sharma

    04/25/2023, 6:48 AM
    Can someone please guide me How can I do that?
  • d

    Dr Bunsen Honeydew

    04/25/2023, 1:45 PM
    the more you know Content and Tooling is about to start up in #CFD8Z9A4T
  • v

    Valayil Abraham

    04/25/2023, 3:14 PM
    I am trying to create a group and classification and rules via the node classifier API using a python script. I am able to create a new group via the following command where I pass in group name and parent GroupID with a blank class.
    Copy code
    classifyurl = '<https://puppetapi-qa.XXXX.com:4433/classifier-api/v1/groups>'
    
    classifyresponse = <http://requests.post|requests.post>(classifyurl,json={"name": groupName, "parent": parentGroupID, "classes": {}},headers={'X-Authentication':token},verify='D:\\Certs\\QA\\ca.pem')
    I am unable to create a rule and class in the above command by passing in a new rule and new class which don't currently exist
    classifyresponse = <http://requests.post|requests.post>(classifyurl,json={"name": groupName, "parent": parentGroupID, "rule": ["and",["=",["trusted","extensions","pp_role"],"testrole"]], "classes": {"role::etsapps::windows::testrole": {}}},headers={'X-Authentication':token},verify='D:\\Certs\\QA\\ca.pem')
    I tried the update endpoint and did not get an error but the new class and rule do not show up in the console
    Copy code
    classifyurl = '<https://puppetapi-qa.XXXX.com:4433/classifier-api/v1/update-classes>'
    
    classifyresponse = <http://requests.post|requests.post>(classifyurl,json={"name": groupName, "parent": parentGroupID, "rule": ["and",["=",["trusted","extensions","pp_role"],"testrole"]], "classes": {"role::etsapps::windows::testrole": {}}},headers={'X-Authentication':token},verify='D:\\Certs\\QA\\ca.pem')
    Any idea how to get it to work?
  • d

    Dr Bunsen Honeydew

    04/25/2023, 4:45 PM
    indeed 🧑‍🏫Puppet Core Team is about to start up in #CFD8Z9A4T
  • s

    Slackbot

    04/25/2023, 6:22 PM
    This message was deleted.
    v
    j
    +3
    • 6
    • 33
  • j

    Joel Wilson

    04/25/2023, 6:22 PM
    Or did it already happen?
  • j

    Joel Wilson

    04/25/2023, 6:22 PM
    Or did those stop happening?
  • b

    bastelfreak

    04/25/2023, 7:46 PM
    What's the reason for the 4.0.0 puppet-strings release? https://github.com/puppetlabs/puppet-strings/blob/main/CHANGELOG.md
  • r

    rusty

    04/25/2023, 7:47 PM
    looks like the whole reason was adding the deprecation tag
  • b

    bastelfreak

    04/25/2023, 7:47 PM
    doesn't sound like a breaking change to me
  • b

    bastelfreak

    04/25/2023, 7:48 PM
    https://github.com/puppetlabs/puppet-strings/pull/342/files really looks like an enhancement
  • r

    rusty

    04/25/2023, 7:48 PM
    here it is
  • r

    rusty

    04/25/2023, 7:48 PM
    https://github.com/puppetlabs/puppet-strings/commit/c0c90a09a96e14ef4516137c964f07869c48c9b3
  • r

    rusty

    04/25/2023, 7:49 PM
    dropped support
  • r

    rusty

    04/25/2023, 7:49 PM
    looks like the skip-changelog tag was missed in the prep PR for 4.0.0, tho
  • s

    Slackbot

    04/25/2023, 7:49 PM
    This message was deleted.
    c
    b
    • 3
    • 4
  • r

    rusty

    04/25/2023, 8:10 PM
    readmes are crucial! evilpup
  • v

    vchepkov

    04/25/2023, 8:17 PM
    seems like puppet 8 is out. clapping
  • y

    Yorokobi

    04/25/2023, 8:19 PM
    will wait for the yum.puppet(labs).com sync
  • a

    austb

    04/25/2023, 8:34 PM
    Hey all, we are indeed releasing Puppet 8! The Puppet 8 gem is shipped, so you may start seeing that in you gem installs We are working out a few issues with the new
    puppet8
    apt/yum repo issues, but it should be fixed soon. For our RedHat-based OS users who upgrade an existing install, you may encounter problems with PuppetDB 8 and Java 8. PuppetDB 8 requires Java 11 or higher to run. The package dependencies have been updated to ensure that an appropriate Java is installed, but RedHat's Java 8 maintains a higher priority for
    alternatives
    than more recent Javas, so your server will not switch to Java 11 automatically.
1...353354355...428Latest