https://www.puppet.com/community logo
Join SlackCommunities
Powered by
# puppet-enterprise
  • n

    nwops

    06/06/2022, 8:39 PM
    the puppet run fails when executing the GenerateZip command for bulk pluginsync because the command does not exist at the time of execution. 2019.8.11
  • c

    csharpsteen

    06/06/2022, 8:41 PM
    Yeah, it’s an ordering bug if I recall. A second run of the plan or regular agent run should succeed.
  • v

    vchepkov

    06/06/2022, 8:43 PM
    I found no use for them
    Copy code
    pe_repo::enable_bulk_pluginsync: false
    pe_repo::enable_windows_bulk_pluginsync: false
  • n

    nwops

    06/06/2022, 8:43 PM
    Is that a code or doc fix?
  • v

    vchepkov

    06/06/2022, 8:43 PM
    that's hiera
  • n

    nwops

    06/06/2022, 8:44 PM
    https://puppet.com/docs/pe/2019.8/upgrading_pe.html#upgrade_large
  • v

    vchepkov

    06/06/2022, 8:44 PM
    I tend to add it to pe.conf as well
  • n

    nwops

    06/06/2022, 8:45 PM
    bulk pluginsync is pretty useful when installing new agents.
  • v

    vchepkov

    06/06/2022, 8:46 PM
    maybe if you have huge lib objects, I don't
  • n

    nwops

    06/06/2022, 8:58 PM
    When every minute counts during provisioning.
  • n

    npwalker

    06/06/2022, 9:02 PM
    yea try installing the DSC module or other modules with lots of plugins and you go from minutes of pluginsync down to a second
  • b

    bastelfreak

    06/06/2022, 9:17 PM
    still brainstorming how a similar feature in FOSS puppetserver could look like
  • d

    Dagan McGregor

    06/07/2022, 4:49 AM
    Who can I grumble about `enterprise_tasks::run_puppet`` too? 🙂
  • d

    Dagan McGregor

    06/07/2022, 4:49 AM
    trying to get it to run with
    additional_args
    and all it does is complain about the data type not being an array
  • s

    Slackbot

    06/07/2022, 11:53 AM
    This message was deleted.
    d
    • 2
    • 2
  • v

    vchepkov

    06/07/2022, 11:53 AM
    so add
    ["--noop"]
    , for example
  • v

    vchepkov

    06/07/2022, 11:53 AM
    as options
  • n

    nwops

    06/07/2022, 5:18 PM
    Copy code
    warning: /var/cache/yum/x86_64/7Server/pc_repo/packages/puppet-agent-6.27.1-1.el7.x86_64.rpm: Header V4 RSA/SHA256 Signature, key ID 9e61ef26: NOKEY
    Retrieving key from file:///etc/pki/rpm-gpg/RPM-GPG-KEY-puppetlabs
    Retrieving key from file:///etc/pki/rpm-gpg/RPM-GPG-KEY-puppet
     
     
    The GPG keys listed for the "Puppet Labs puppet6 Repository" repository are already installed but they are not correct for this package.
    Check that the correct key URLs are configured for this repository.
     
     
    Failing package is: puppet-agent-6.27.1-1.el7.x86_64
    GPG Keys are configured as: file:///etc/pki/rpm-gpg/RPM-GPG-KEY-puppetlabs, file:///etc/pki/rpm-gpg/RPM-GPG-KEY-puppet
  • n

    nwops

    06/07/2022, 5:19 PM
    I deleted the existing keys and run puppet, but it just synced down the same key files again. Not sure why there is a mismatch.
  • d

    Dagan McGregor

    06/07/2022, 8:11 PM
    thanks. After some banging my head on the desk, worked out the format for tags was two separate values in the array. Which is not what I was expecting it to be
  • s

    Slackbot

    06/07/2022, 8:15 PM
    This message was deleted.
    n
    • 2
    • 2
  • d

    Dagan McGregor

    06/07/2022, 8:16 PM
    Normally some manual steps to import the new key, or remove the older key
  • d

    Dagan McGregor

    06/07/2022, 8:17 PM
    rpm does support multiple packaging keys for packagers to rotate gpg keys, but nobody ever seems to use it
  • s

    Slackbot

    06/08/2022, 6:24 PM
    This message was deleted.
    n
    c
    +2
    • 5
    • 24
  • c

    csharpsteen

    06/08/2022, 6:47 PM
    The admin password set in
    pe.conf
    , but may be omitted from the copy saved to
    /etc/puppetlabs/enterprise/
    . In general, what you’re asking for may not exist any longer because it prevents hour(s) of time spent answering questions about plaintext passwords in files.
  • c

    csharpsteen

    06/08/2022, 6:51 PM
    The admin password set in
    pe.conf
    may be omitted from the copy saved to
    /etc/puppetlabs/enterprise/
    . In general, what you’re asking for may not exist any longer because it prevents hour(s) of time spent answering questions about plaintext passwords in files.
  • n

    npwalker

    06/09/2022, 2:56 PM
    there’s a typo in your runuser command
  • n

    nwops

    06/09/2022, 7:25 PM
    why are queries for my node groups timing out. I only have 2000 nodes total and it has trouble when even 20 nodes are in a group.
  • s

    Slackbot

    06/09/2022, 8:41 PM
    This message was deleted.
    n
    n
    +2
    • 5
    • 25
  • n

    nwops

    06/09/2022, 8:41 PM
    What query is pe console doing to retrieve node lists for a group. I want to execute the sql or whatever to see if I can pinpoint my issue. I want to blame the hardware. “Error retrieving node list: There was an error connecting to PuppetDB: 60,000 milliseconds timeout on connection http-outgoing-6183 [ACTIVE]”
1...91011...73Latest