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

    Karunakar reddy Ramidi

    04/25/2022, 2:15 PM
    Hello everyone
  • k

    Karunakar reddy Ramidi

    04/25/2022, 2:17 PM
    Happy to join puppet team
  • k

    Karunakar reddy Ramidi

    04/25/2022, 2:19 PM
    I have small question , I am getting certificate error in agent all the time . I am fixing each time manually deleting from puppet master and it generating new on . But is happening time to time . Is there any permanent fixture for this problem . Thanks in advance
  • s

    Slackbot

    04/25/2022, 2:51 PM
    This message was deleted.
    k
    v
    b
    • 4
    • 5
  • y

    Yehuda Katz

    04/25/2022, 4:23 PM
    Since the release of the newest version of Git, all my
    vcsrepo
    s have been failing. I set
    safe.directory
    and everything works when I run git commands manually, but not when run through puppet. Running
    puppet agent -t --debug
    doesn't produce any useful output. Anyone else have this issue or have any thoughts of where to look? - Never mind, I see there is an issue open: https://github.com/puppetlabs/puppetlabs-vcsrepo/issues/535
  • y

    Yehuda Katz

    04/25/2022, 4:24 PM
    Since the release of the newest version of Git, all my
    vcsrepo
    s have been failing. I set
    safe.directory
    and everything works when I run git commands manually, but not when run through puppet. Running
    puppet agent -t --debug
    doesn't produce any useful output. Anyone else have this issue or have any thoughts of where to look? - Never mind, I see there is an issue open: https://github.com/puppetlabs/puppetlabs-vcsrepo/issues/535
  • y

    Yehuda Katz

    04/25/2022, 4:24 PM
    Since the release of the newest version of Git, all my
    vcsrepo
    s have been failing. I set
    safe.directory
    and everything works when I run git commands manually, but not when run through puppet. Running
    puppet agent -t --debug
    doesn't produce any useful output. Anyone else have this issue or have any thoughts of where to look? - Never mind, I see there is an issue open: https://github.com/puppetlabs/puppetlabs-vcsrepo/issues/535
  • s

    Slackbot

    04/25/2022, 5:31 PM
    This message was deleted.
    f
    b
    y
    • 4
    • 6
  • f

    Fauzi Gomez

    04/25/2022, 6:04 PM
    Copy code
    Class['concat::fragment']
    ->Class['vcsrepo']
    you can add that to your manifest.
  • v

    vchepkov

    04/25/2022, 6:11 PM
    concat::fragment ordering doesn't do anything useful, you need to set relationship on `Concat['gitonfig']`itself
  • v

    vchepkov

    04/25/2022, 6:12 PM
    otherwise you would just order
    concat::frragment
    instead of having
    order
    attribute
  • t

    thedonkdonk

    04/26/2022, 12:05 AM
    Is it at all possible an old tag of a forge module got changed? https://github.com/puppetlabs/puppetlabs-vcsrepo/tree/2.3.0 I have a new bug as of April 16th. And my code has not changed...
  • s

    Slackbot

    04/26/2022, 12:07 AM
    This message was deleted.
    t
    • 2
    • 1
  • n

    natemccurdy

    04/26/2022, 12:07 AM
    Could be related to a git version change. See https://github.com/puppetlabs/puppetlabs-vcsrepo/issues/535
  • t

    thedonkdonk

    04/26/2022, 12:07 AM
    Yea, that's my error
  • t

    thedonkdonk

    04/26/2022, 12:13 AM
    Damn. unattended-upgrade. Amature mistake.
  • s

    Slackbot

    04/26/2022, 12:46 AM
    This message was deleted.
    t
    j
    • 3
    • 5
  • j

    John Bishop

    04/26/2022, 12:50 AM
    We have a need for systems on a network to exist with the same hostnames at the same time. It seems the host resource does not allow same name parameter values. Shouldn't duplicate resources be determined by resource title not name var? (Note: We don't register one of the systems with DNS so there's no network conflict, we need the hostname values to match for application installs of systems that already exist which will eventually replace the previous system). Am I missing something?
  • j

    John Bishop

    04/26/2022, 12:52 AM
    We have a need for systems on a network to exist with the same hostnames at the same time. It seems the host resource does not allow same name parameter values. Shouldn't duplicate resources be determined by resource title not name var? The error is seen when exporting and collecting the host resource. (Note: We don't register one of the systems with DNS so there's no network conflict, we need the hostname values to match for application installs of systems that already exist which will eventually replace the previous system). Am I missing something?
  • j

    John Bishop

    04/26/2022, 1:06 AM
    Copy code
    @@host { "${facts['fqdn']}_set${facts['deployment_set']}":
          name         => $facts['fqdn'],
          host_aliases => $facts['hostname'],
          ip           => $facts['ipaddress'],
          tag          => $dset,
        }
        Host <<| tag == $dset |>>
  • j

    John Bishop

    04/26/2022, 1:06 AM
    Copy code
    @@host { "${facts['fqdn']}_set${facts['deployment_set']}":
          name         => $facts['fqdn'],
          host_aliases => $facts['hostname'],
          ip           => $facts['ipaddress'],
          tag          => $dset,
        }
        Host <<| tag == $dset |>>
  • y

    Yehuda Katz

    04/26/2022, 2:26 AM
    Any idea when the Puppet APT repo will get packages for 22.04 (jammy)?
    👀 2
  • s

    Slackbot

    04/26/2022, 7:53 AM
    This message was deleted.
    a
    t
    • 3
    • 3
  • s

    Slackbot

    04/26/2022, 8:37 AM
    This message was deleted.
    h
    s
    c
    • 4
    • 17
  • s

    Slackbot

    04/26/2022, 11:12 AM
    This message was deleted.
    b
    a
    +2
    • 5
    • 38
  • a

    Allahshukur Ahmadzada

    04/26/2022, 11:34 AM
    it is on module files section, added by me. There are 300 lines. I need to create array from file lines
  • b

    bastelfreak

    04/26/2022, 11:58 AM
    as an example, I use that here: https://github.com/voxpupuli/puppet-borg/blob/master/templates/borg-backup.sh.epp#L71-L73
  • a

    Allahshukur Ahmadzada

    04/26/2022, 12:30 PM
    used pdk to create module, I think there is a lot log of unnecessary files, how should I handle it. Example I push it to gitlab and because of .gitlab-ci.yaml there are failed ci/cd jobs
  • s

    Slackbot

    04/26/2022, 1:22 PM
    This message was deleted.
    t
    m
    y
    • 4
    • 11
  • m

    Massimiliano (Max)

    04/26/2022, 1:29 PM
    I'm stuck to be honest ... I'm here wit each and map
1...789...428Latest