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

    William Myers

    10/13/2022, 9:32 PM
    It's a VM in my homelab, not sure if that's normal on UBNT 20.04, let me check a different vm
  • w

    William Myers

    10/13/2022, 9:32 PM
    yeah, that folder is there on a different vm
  • w

    William Myers

    10/13/2022, 9:33 PM
    the puppet.service however is not as you said.
  • w

    William Myers

    10/13/2022, 9:33 PM
    Maybe it happened when I accidentially did apt-get install puppet, at one point?
  • w

    William Myers

    10/13/2022, 9:34 PM
    nuked that file and am moving along now, thank you ๐Ÿ˜ƒ I'll dig deeper if issues arise.
  • j

    John Howe

    10/13/2022, 9:48 PM
    I donโ€™t see any major breakage statements in the changelog. I generally skip any dot 0 release and wait for fallout. Lesson learned on lax pins on my CI/CD setup ( though nice canary setup )
  • y

    Yorokobi

    10/13/2022, 9:57 PM
    Ubuntu packages will sometimes mask services if it shouldn't start on boot. Since Ubuntu tends to enable services on install, some package maintainers will mask the service (symlink to /dev/null) to prevent Ubuntu from doing its usual thing.
  • w

    William Myers

    10/13/2022, 11:30 PM
    hmm, my windows, ubuntu and almalinux hosts are perfectly happy with my puppet server however my RPI is throwing a fit.
  • w

    William Myers

    10/13/2022, 11:30 PM
    Copy code
    puppet  Error: certificate verify failed
  • w

    William Myers

    10/13/2022, 11:31 PM
    it's using 7.20 from rubygem
  • n

    n3snah

    10/13/2022, 11:31 PM
    seems like the certificates between the primary server and the rpi are different. Have you tried re-creating the certificates?
  • n

    n3snah

    10/13/2022, 11:31 PM
    and flushing the primary server certs for that node?
  • w

    William Myers

    10/13/2022, 11:32 PM
    let me see if there's anything left on that node from when i had foreman
  • w

    William Myers

    10/13/2022, 11:33 PM
    yea there's some stuff in there, I'm going to stop puppet and purge /etc/puppetlabs/puppet/ssl on that node
  • w

    William Myers

    10/13/2022, 11:35 PM
    woot, that was the ticket! This device is old enough it has some residual from when I was testing the puppet integration in Foreman
    ๐Ÿ‘ 1
  • s

    Slackbot

    10/14/2022, 6:45 AM
    This message was deleted.
    t
    n
    • 3
    • 9
  • t

    tutelacool

    10/14/2022, 6:47 AM
    When referencing top-scope variables other than facts, explicitly specify absolute namespaces for clarity and improved readability. This includes top-scope variables set by the node classifier and in the main manifest.
    ๐Ÿคจ
  • n

    Neeloj

    10/14/2022, 11:28 AM
    @tuxmea just one more question please, how can I check if variable is empty or not ? is that ruby what we use there or its something special for Puppet? https://puppet.com/docs/puppet/6/function.html#empty Empty but i want to check if ts not empty!
  • c

    Corporate Gadfly

    10/14/2022, 2:19 PM
    Today, I got to use a new feature of onceover. When looking at the output of
    pdk bundle exec onceover show puppetfile
    , saw the following:
    Copy code
    +-------------------------------------+-----------------+----------------+--------------+-------------+-----------------------------+
    | Full Name                           | Current Version | Latest Version | Out of Date? | Endorsement | Superseded by               |
    +-------------------------------------+-----------------+----------------+--------------+-------------+-----------------------------+
    | herculesteam-augeasproviders_core   | 3.1.0           | 3.1.0          | No           | approved    | puppet-augeasproviders_core |
    which led me to trying out the replacement
    puppet/augeasproviders_core
    .
  • c

    Corporate Gadfly

    10/14/2022, 2:21 PM
    Today, I got to use a new feature of onceover. When looking at the output of
    pdk bundle exec onceover show puppetfile
    , saw the following:
    Copy code
    +-------------------------------------+-----------------+----------------+--------------+-------------+-----------------------------+
    | Full Name                           | Current Version | Latest Version | Out of Date? | Endorsement | Superseded by               |
    +-------------------------------------+-----------------+----------------+--------------+-------------+-----------------------------+
    | herculesteam-augeasproviders_core   | 3.1.0           | 3.1.0          | No           | approved    | puppet-augeasproviders_core |
    which led me to trying out the replacement puppet-augeasproviders_core.
  • v

    vchepkov

    10/14/2022, 2:31 PM
    yeah, almost all augeasproviders got release from voxpupuli, some are still lingering
    โœ”๏ธ 1
  • b

    bastelfreak

    10/14/2022, 2:35 PM
    if someone wants to take a look at the failing tests for the remaining augeasmodules ,let me know ๐Ÿ™‚
  • v

    vchepkov

    10/14/2022, 2:38 PM
    augeas is a rocket science to me ๐Ÿ™‚
    nodding 1
  • v

    vchepkov

    10/14/2022, 2:39 PM
    by the way, are you planning to adopt
    camptocamp/augeas
    ? it's a dependency for several vox modules
  • d

    Dr Bunsen Honeydew

    10/14/2022, 2:39 PM
    See the
    camptocamp-augeas
    module at https://forge.puppet.com/camptocamp/augeas?src=slack&channel=puppet
  • b

    bastelfreak

    10/14/2022, 2:39 PM
    I was hoping that's not required anymore
  • v

    vchepkov

    10/14/2022, 2:39 PM
    postfix as far as I recall
  • v

    vchepkov

    10/14/2022, 2:41 PM
    puppetserver
  • v

    vchepkov

    10/14/2022, 2:41 PM
    there are some
  • b

    bastelfreak

    10/14/2022, 2:42 PM
    the puppetserver module is dead
1...199200201...428Latest