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

    VoxBot

    07/28/2023, 9:12 PM
    <% if @postrun and @postrun.is_a?(Array) -%>
  • v

    VoxBot

    07/28/2023, 9:13 PM
    postrun [<%= @postrun.map{ |s| "\"#{s}\"" }.join(', ') %>]
  • v

    VoxBot

    07/28/2023, 9:13 PM
    <% end -%>
  • v

    VoxBot

    07/28/2023, 9:13 PM
    so we maybe have an array
  • v

    VoxBot

    07/28/2023, 9:13 PM
    if we do, we iterate on each element, to add " add the end and beginning of the element
  • v

    VoxBot

    07/28/2023, 9:13 PM
    then we create one large string because of then join
  • v

    VoxBot

    07/28/2023, 9:14 PM
    all of that as array because of the outer [ and ]
  • v

    VoxBot

    07/28/2023, 9:14 PM
    that's like using @postrun directly, just more complicated?
  • v

    VoxBot

    07/28/2023, 9:33 PM
    https://github.com/voxpupuli/puppet-r10k/pull/613 green \o/
  • v

    VoxBot

    07/29/2023, 10:25 AM
    can I get a review for https://github.com/voxpupuli/puppet-r10k/pull/609
    ✅ 1
  • y

    Yury Bushmelev

    07/29/2023, 11:46 AM
    anybody aware of an ERB
    <%==
    tag? Reading Temple code and see it expects this too.. not sure what it does though
  • y

    Yury Bushmelev

    07/29/2023, 11:47 AM
    Ruby ERB implementation has nothing like that:
    Copy code
    DEFAULT_STAGS = %w(<%% <%= <%# <%).freeze
  • v

    VoxBot

    07/29/2023, 12:06 PM
    is that a typo maybe?
  • v

    VoxBot

    07/29/2023, 12:06 PM
    never saw it
  • v

    VoxBot

    07/29/2023, 12:08 PM
    can I get a review for https://github.com/voxpupuli/puppet-r10k/pull/615
  • v

    VoxBot

    07/29/2023, 1:03 PM
    now coming back to my original idea from yesterday afternoon: https://github.com/voxpupuli/puppet-r10k/pull/616
  • v

    VoxBot

    07/29/2023, 6:55 PM
    ewoud: didn't you refactor one of the beaker deps? I think we're now missing ss in the debian 11 beaker images. I'm not sure if we broke it or if debian updated their base image and it was previously included
  • y

    Yury Bushmelev

    07/29/2023, 8:53 PM
    ewoud: I did some major redesign of the erb2epp here: https://github.com/ekohl/erb2epp/pull/4 It looks complicated but.. well.. I guess it’s for good.. sorry for such a large changeset
  • v

    VoxBot

    07/29/2023, 11:12 PM
    bastelfreak: hmm, maybe I did
  • v

    VoxBot

    07/29/2023, 11:13 PM
    bastelfreak: then it should probably be added here: https://github.com/voxpupuli/beaker-hostgenerator/blob/7c145318cbefb934cbc6905410adbbcfabc33953/lib/beaker-hostgenerator/hypervisor/docker.rb#L61
  • v

    VoxBot

    07/30/2023, 6:24 PM
    https://github.com/voxpupuli/puppet-ssh_keygen/pull/87 and https://github.com/voxpupuli/beaker-hostgenerator/pull/318
  • v

    VoxBot

    07/30/2023, 7:35 PM
    ewoud: if you rebase https://github.com/puppetlabs/puppetlabs-puppetdb/pull/358 I can merge that
  • v

    VoxBot

    07/30/2023, 7:36 PM
    how about https://github.com/puppetlabs/puppetlabs-puppetdb/pull/341/files
  • v

    VoxBot

    07/30/2023, 7:37 PM
    those defaults are so ... shitty
  • v

    VoxBot

    07/30/2023, 7:38 PM
    kenyon: merged
  • v

    VoxBot

    07/31/2023, 8:43 AM
    bastelfreak: rebased
  • v

    VoxBot

    07/31/2023, 9:04 AM
    ewoud: merged
  • n

    Nick Bertrand

    07/31/2023, 5:05 PM
    Are there plans for a https://github.com/voxpupuli/puppet-cron release?
  • v

    VoxBot

    07/31/2023, 5:07 PM
    I can do that after https://github.com/voxpupuli/puppet-cron/pull/117 is green
  • v

    VoxBot

    07/31/2023, 5:23 PM
    Hey! I did some work during the week-end to prepare an opensearch_dashboards module which seems quite ready for production (it offers I think the base functionalities). I guess it makes sense to transefer it to VoxPupuli (beside the opensearch module that is a complement to it). Any objection?
1...565566567...648Latest