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

    VoxBot

    07/22/2022, 3:43 PM
    and I see the TOC in the output
  • v

    VoxBot

    07/22/2022, 3:43 PM
    so merging
  • v

    VoxBot

    07/22/2022, 3:53 PM
    bastelfreak: deployed, TOC is there
  • v

    VoxBot

    07/22/2022, 3:54 PM
    \o/
  • v

    VoxBot

    07/22/2022, 3:55 PM
    foxxx0: Spritzgebaeck https://voxpupuli.org/docs/pql_queries/ it's growing \o/
  • v

    VoxBot

    07/22/2022, 3:57 PM
    might be worth a section on converting the queries to api calls at some point too (for people doing reporting work)
  • v

    VoxBot

    07/22/2022, 3:57 PM
    tell them how to use
    puppet query
    :D
  • v

    VoxBot

    07/22/2022, 3:58 PM
    escaping for the API is sooo ugly
  • v

    VoxBot

    07/22/2022, 3:58 PM
    I mean isn't that the point of using a programming language that can escape for you? :D
  • v

    VoxBot

    07/22/2022, 3:58 PM
    :D
  • v

    VoxBot

    07/22/2022, 3:59 PM
    true. but again, if you've API access you could just use puppet query
  • v

    VoxBot

    07/22/2022, 4:00 PM
    I'm also quite sure that there once in time was a repo that packaged puppetdb_cli, but that seems to be gone
  • v

    VoxBot

    07/22/2022, 4:08 PM
    I use puppet query to build the query then move to the API if I am goign to be integrating it into something
  • v

    VoxBot

    07/22/2022, 4:09 PM
    ah yeah, for automated queries, the API is more beautiful
  • j

    jhoblitt

    07/22/2022, 5:17 PM
    Do we limit the number of gha acceptance test platforms? Consider
    Copy code
    [acceptance] ~/github/puppet-alternatives $ be metadata2gha | grep beaker_setfiles
    ::set-output name=beaker_setfiles::[{"name":"Debian 10","value":"debian10-64"},{"name":"Debian 11","value":"debian11-64"},{"name":"Ubuntu 18.04","value":"ubuntu1804-64"},{"name":"Ubuntu 20.04","value":"ubuntu2004-64"},{"name":"CentOS 7","value":"centos7-64"},{"name":"CentOS 8","value":"centos8-64"}]
    However, centos8 is missing in action here: https://github.com/voxpupuli/puppet-alternatives/runs/7472641206?check_suite_focus=true
  • j

    jhoblitt

    07/22/2022, 5:21 PM
    It seems like https://github.com/voxpupuli/gha-puppet/blob/v1/.github/workflows/beaker.yml#L70 isn't doing any filtering
  • j

    jhoblitt

    07/22/2022, 5:21 PM
    It seems like https://github.com/voxpupuli/gha-puppet/blob/v1/.github/workflows/beaker.yml#L70 isn't doing any filtering
  • j

    jhoblitt

    07/22/2022, 5:21 PM
    does github cut the matrix off at 10 entries?
  • j

    jhoblitt

    07/22/2022, 5:23 PM
    Ugh, it is
    metadata2gha
    that truncates the output when
    --pidfile-workaround
    is set.
    Copy code
    [acceptance] ~/github/puppet-alternatives $ be metadata2gha --use-fqdn --pidfile-workaround CentOS | grep beaker_setfiles
    ::set-output name=beaker_setfiles::[{"name":"Debian 10","value":"debian10-64{hostname=<http://debian10-64.example.com|debian10-64.example.com>}"},{"name":"Debian 11","value":"debian11-64{hostname=<http://debian11-64.example.com|debian11-64.example.com>}"},{"name":"Ubuntu 18.04","value":"ubuntu1804-64{hostname=<http://ubuntu1804-64.example.com|ubuntu1804-64.example.com>}"},{"name":"Ubuntu 20.04","value":"ubuntu2004-64{hostname=<http://ubuntu2004-64.example.com|ubuntu2004-64.example.com>}"},{"name":"CentOS 7","value":"centos7-64{hostname=<http://centos7-64.example.com|centos7-64.example.com>,image=centos:7.6.1810}"}]
  • b

    bastelfreak

    07/22/2022, 5:30 PM
    mhm odd
  • j

    jhoblitt

    07/22/2022, 5:31 PM
    it is happy with
    --pidfile-workaround 'false'
  • j

    jhoblitt

    07/22/2022, 5:37 PM
    I don't have time to dig into it right now but I opened an issue: https://github.com/voxpupuli/gha-puppet/issues/18
  • j

    jhoblitt

    07/22/2022, 5:37 PM
    I don't have time to dig into it right now but I opened an issue: https://github.com/voxpupuli/gha-puppet/issues/18
  • j

    jhoblitt

    07/22/2022, 5:41 PM
    Anyone interested in reviewing https://github.com/voxpupuli/puppet-alternatives/pull/126? It is trivial.
  • j

    jhoblitt

    07/22/2022, 5:41 PM
    Anyone interested in reviewing https://github.com/voxpupuli/puppet-alternatives/pull/126? It is trivial.
  • j

    jhoblitt

    07/22/2022, 5:41 PM
    I'm unsure if the
    enhancement
    tag should be used on plumbing.
  • v

    VoxBot

    07/22/2022, 6:06 PM
    i think its fine in this case
    🙏 1
  • v

    VoxBot

    07/23/2022, 9:20 AM
    can I get a review for https://github.com/voxpupuli/puppet-selinux/pull/351
  • v

    VoxBot

    07/23/2022, 9:25 AM
    and I've https://github.com/voxpupuli/modulesync_config/pull/788
  • m

    Massimiliano (Max)

    07/24/2022, 5:59 PM
    👋 hi everyone.
1...112113114...648Latest