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

    VoxBot

    10/25/2024, 4:19 PM
    okay, I can hack that
  • v

    VoxBot

    10/25/2024, 4:20 PM
    no, we don't have such a thing now
  • v

    VoxBot

    10/25/2024, 4:26 PM
    ah nice, works
  • v

    VoxBot

    10/25/2024, 4:41 PM
    https://github.com/theforeman/puppet-foreman_proxy/pull/848 this is indeed enough to get it working on PE, neat
  • v

    VoxBot

    10/25/2024, 4:52 PM
    ewoud: https://github.com/theforeman/puppet-puppetserver_foreman/pull/51
  • v

    vchepkov

    10/25/2024, 4:58 PM
    pe_version.rb is a mess, in my opinion. the one in PE doesn't match one in stdlib and which one you use is totally random
  • b

    bastelfreak

    10/25/2024, 5:00 PM
    I know. I would have provided a PR for this, but the repo is private. I would have provided a patch, but the license doesn't allow it
  • b

    bastelfreak

    10/25/2024, 5:00 PM
    Reason 24868 why you shouldn't use PE
  • v

    vchepkov

    10/25/2024, 5:01 PM
    imho PE should rename it's file and set higher priority
  • b

    bastelfreak

    10/25/2024, 5:02 PM
    IMO PE should rely on stdlib
    ๐Ÿ’ฏ 1
  • b

    bastelfreak

    10/25/2024, 5:02 PM
    And I've many more opinions on PE ๐Ÿ˜„
  • v

    vchepkov

    10/25/2024, 5:03 PM
    seems they prefer customized copies for some reasons. pe_nginx, pe_postgresql, pe_inifile and so on
  • b

    bastelfreak

    10/25/2024, 5:07 PM
    https://github.com/puppetlabs/puppet-enterprise_issues/issues/25
    ๐Ÿ‘ 1
  • v

    vchepkov

    10/25/2024, 5:09 PM
    I use 'default_production'
  • v

    VoxBot

    10/25/2024, 6:34 PM
    aaand https://github.com/theforeman/puppet-puppetserver_foreman/pull/52 \o/
  • y

    Yury Bushmelev

    10/28/2024, 1:46 AM
    I see many our repos has .vscode/extensions.json with outdated (dead)
    rebornix.Ruby
    extension.. I'd either 1) drop the .vscode directory completely from our repos; 2) substitute the extension with
    Shopify.ruby-lsp
    (I'm using it for about a year now). Any comments on this?
  • y

    Yury Bushmelev

    10/28/2024, 1:50 AM
    In any case this directory should be modulesynced (either to delete it or to make it consistent across the modules) I'd say.
  • y

    Yury Bushmelev

    10/28/2024, 1:50 AM
    (/IMHO)
  • k

    kenyon

    10/28/2024, 2:05 AM
    Iโ€™d lean toward deleting
    .vscode
    so that we donโ€™t have to maintain it
    โž• 1
  • y

    Yury Bushmelev

    10/28/2024, 5:57 AM
    it'd be nice if puppet-systemd would manage files entirely, not with
    ini_settings
    .. but I'm sure there are users who will complain because there is another software changing part of their files..
  • d

    Dr Bunsen Honeydew

    10/28/2024, 5:57 AM
    See the
    puppet-systemd
    module at https://forge.puppet.com/puppet/systemd?src=slack&channel=voxpupuli
  • v

    VoxBot

    10/28/2024, 6:40 AM
    yeah, I too don't think we should carry editor-specific things in our repos
  • y

    Yury Bushmelev

    10/28/2024, 6:47 AM
    I'll raise a PR to drop it from systemd module at least then
  • t

    TheMeier

    10/28/2024, 7:13 AM
    how did it get there if it is not in modulesync_configs?
  • v

    VoxBot

    10/28/2024, 7:18 AM
    via pdk in the past I guess
  • v

    VoxBot

    10/28/2024, 7:18 AM
    so please raise a PR against moduelsync_config to delete the files
  • v

    VoxBot

    10/28/2024, 7:19 AM
    Yury: problem with managing the whole file is that the systemd versions across operating systems varies a lot and, at least older, versions don't unknown keys in their config files. I considered managing whole files, but that would mean we need to have a mapping of options<>OS
  • y

    Yury Bushmelev

    10/28/2024, 7:45 AM
    Well.. that makes sense, though after seeing sudo module with all the templates I'm ok with that ๐Ÿ˜„
  • y

    Yury Bushmelev

    10/28/2024, 7:46 AM
    it's possible to keep that under the same template but someone will need to update conditions from the documentation
  • y

    Yury Bushmelev

    10/28/2024, 7:46 AM
    I tried to find a way how we can generate types at least.. and found none.. systemd is very specific piece of software
1...605606607...648Latest