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

    Alex Fisher

    02/07/2023, 3:05 PM
    I would say just stick them in https://github.com/voxpupuli/voxpupuli-puppet-lint-plugins but the license you chose would not be compatible... /me ducks
  • a

    Alex Fisher

    02/07/2023, 3:07 PM
    or maybe it's not too much hassle to have an individual forked gem per unmaintained upstream plugin.
  • a

    Alex Fisher

    02/07/2023, 3:12 PM
    oh, and sorry I couldn't make it to Ghent this year 😞
  • v

    VoxBot

    02/07/2023, 3:17 PM
    unacceptable! :)
  • l

    Lumiere

    02/07/2023, 3:37 PM
    if I was going to commit to something like that, I'd also be taking like 3 weeks off work for a European vacation, which I totally don't have time for now
  • v

    VoxBot

    02/07/2023, 4:15 PM
    bastelfreak, I was in the room as well but got called away, I'll try and say hi tomorrow :)
  • v

    VoxBot

    02/07/2023, 5:49 PM
    jra__: are you the one that got the puppet?
  • b

    bastelfreak

    02/07/2023, 5:52 PM
    @Alex Fisher hmm a gem where we bundle multiple linters is interesting.
  • b

    bastelfreak

    02/07/2023, 5:53 PM
    might confuse people when the linter plugin itself has a specific name and people google for it
  • v

    VoxBot

    02/07/2023, 6:07 PM
    we need a way to takeover/deprecate rubygems projects
  • v

    VoxBot

    02/07/2023, 6:07 PM
    that would make it a lot easier
  • a

    arjarj

    02/07/2023, 6:37 PM
    @bastelfreak no that wasn’t me, did not get a puppet, do feel like I missed out tho now!
  • a

    arjarj

    02/07/2023, 6:38 PM
    (jra is me on irc, but reversed and halved)
  • j

    jballiet

    02/07/2023, 7:13 PM
    I am working with the latest unbound module on FreeBSD 12. specifically the local-unbound-setup binary. puppet agent is complaining about the -d flag used in the module. It appears unbound does not use it, but the module has it configured.

    https://puppetcommunity.slack.com/files/UB2C8MQA2/F04NH0MUQMQ/image.pngâ–¾

  • j

    jballiet

    02/07/2023, 7:13 PM
    I am working with the latest unbound module on FreeBSD 12. specifically the local-unbound-setup binary. puppet agent is complaining about the -d flag used in the module. It appears unbound does not use it, but the module has it configured.

    https://puppetcommunity.slack.com/files/UB2C8MQA2/F04NH0MUQMQ/image.pngâ–¾

  • j

    jballiet

    02/07/2023, 7:14 PM
    Any suggestions without hacking the module?
  • b

    bastelfreak

    02/07/2023, 7:17 PM
    what is local-unbound-setup
  • b

    bastelfreak

    02/07/2023, 7:17 PM
    on linux we use unbound-control
  • b

    bastelfreak

    02/07/2023, 7:21 PM
    mhm maybe not
  • b

    bastelfreak

    02/07/2023, 7:21 PM
    also that never seems to be empty
  • b

    bastelfreak

    02/07/2023, 7:25 PM
    @jballiet do you actually need this? You can disable that whole control thingy with
    unbound::control_enable: false
    . I dont know why that defaults to true on FreeBSD
  • s

    smortex

    02/07/2023, 7:37 PM
    @jballiet your command show the output of
    local-unbound-setup
    but the flag is about
    unbound-control-setup
    which seems to be a different command and is what is configured by the module in hiera…
  • s

    smortex

    02/07/2023, 7:38 PM
    https://github.com/voxpupuli/puppet-unbound/blob/master/data/os/FreeBSD.yaml#L7
  • s

    smortex

    02/07/2023, 7:38 PM
    https://github.com/voxpupuli/puppet-unbound/blob/master/data/os/FreeBSD.yaml#L7
  • s

    smortex

    02/07/2023, 7:38 PM
    I guess you tweaked this?
  • j

    jballiet

    02/07/2023, 7:40 PM
    I did. I made the change in hiera but, the module does not seem to recognize the network level configs.
  • j

    jballiet

    02/07/2023, 7:40 PM
    so i had to change it in the unbound os specific module config
  • j

    jballiet

    02/07/2023, 7:44 PM
    I figured the name of the binary changed, so that is why i made the change. unbound appears to have undergone a ton of changes since unbound from the puppet4 days. we actual used zleslie-unbound, so i am transitioning us to puppet6 with the new unbound.
  • d

    Dr Bunsen Honeydew

    02/07/2023, 7:44 PM
    See the
    zleslie-unbound
    module at https://forge.puppet.com/zleslie/unbound?src=slack&channel=voxpupuli
1...276277278...648Latest