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

    Navester

    08/26/2022, 4:51 PM
    Yes Below is the error message Unable to fetch archive,the source parameter is nill Code: archive { "${s3path}/test/${app_file_name}" : ensure => 'present', path => "${s3path}/test/${app_file_name}", user => $test_user, group => $test_group, extract => true, extract_path => $runtime_dir, creates => "${runtime_dir}/test/conf" }
  • v

    VoxBot

    08/26/2022, 4:56 PM
    well, as the error says, you're not setting a source parameter
  • c

    csharpsteen

    08/26/2022, 5:25 PM
    It looks like that resource definition is expecting
    source
    to default to
    title
    .
  • c

    csharpsteen

    08/26/2022, 5:27 PM
    Better to set a descriptive title for human reading and debugging and put the resource data into
    source
    . Same with using
    message
    instead of
    title
    for
    notify
    and
    command
    instead of
    title
    for
    exec
    .
  • n

    Navester

    08/26/2022, 5:35 PM
    Thanks got it .looks like silly issue .S3 bucket file and yaml defined file has a minor typo
  • n

    Navester

    08/26/2022, 5:35 PM
    Thanks all
  • o

    op-ct

    08/26/2022, 9:10 PM
    Finally fixed the pup7/centos7 acceptance test over at https://github.com/voxpupuli/puppet-hocon/pull/1; it's all running green now
  • o

    op-ct

    08/26/2022, 9:10 PM
    I fixed that stubborn pup7/centos7 acceptance test over at https://github.com/voxpupuli/puppet-hocon/pull/1; it's all running green now
  • o

    op-ct

    08/26/2022, 9:53 PM
    After puppet-hocon is merged, then https://github.com/voxpupuli/puppet-puppet_authorization/pull/1 is ready
  • o

    op-ct

    08/26/2022, 9:53 PM
    After puppet-hocon is merged, then https://github.com/voxpupuli/puppet-puppet_authorization/pull/1 is ready
  • o

    op-ct

    08/26/2022, 9:54 PM
    Finally fixed the pup7/centos7 acceptance test over at https://github.com/voxpupuli/puppet-hocon/pull/1; it's all running green now
  • g

    Grant Diffey

    08/26/2022, 11:30 PM
    can someone point me at documentation for voxpopuli and modutil merges please?
  • b

    bastelfreak

    08/27/2022, 6:15 AM
    @Grant Diffey what kind of docs do you have in mind? https://voxpupuli.org/docs/reviewing_pr/
  • s

    simonhoenscheid

    08/27/2022, 8:40 AM
    Yeah: https://github.com/puppetlabs/puppetlabs-stdlib/blob/main/lib/puppet_x/stdlib/toml_dumper.rb
  • s

    simonhoenscheid

    08/27/2022, 8:40 AM
    Yeah: https://github.com/puppetlabs/puppetlabs-stdlib/blob/main/lib/puppet_x/stdlib/toml_dumper.rb
  • g

    Grant Diffey

    08/28/2022, 3:10 AM
    @bastelfreak I was thinking specifically of how the modutils merges are created (that update tooling and test cases aiui?
  • b

    bastelfreak

    08/28/2022, 6:10 AM
    I am not sure if I understand the question. we work with pull requests and in the end PRs are merged which results in a merge commit.
  • b

    bastelfreak

    08/28/2022, 6:10 AM
    with modutils you mean puppet modules?
  • g

    Grant Diffey

    08/28/2022, 11:23 AM
    I thought there was a common 'framework' somewhere that was causing the pdk/module test framework updates across all the modules?
  • b

    bastelfreak

    08/28/2022, 12:03 PM
    ahh okay. so pdk can apply boilerplate code. the official template repo for pdk is https://github.com/puppetlabs/pdk-templates
  • b

    bastelfreak

    08/28/2022, 12:03 PM
    ahh okay. so pdk can apply boilerplate code. the official template repo for pdk is https://github.com/puppetlabs/pdk-templates
  • b

    bastelfreak

    08/28/2022, 12:04 PM
    at vox pupuli, we dont use pdk for various reasons. we use https://github.com/voxpupuli/modulesync to manage the boilerplate staff. our templates are at https://github.com/voxpupuli/modulesync_config
  • b

    bastelfreak

    08/28/2022, 12:04 PM
    at vox pupuli, we dont use pdk for various reasons. we use https://github.com/voxpupuli/modulesync to manage the boilerplate staff. our templates are at https://github.com/voxpupuli/modulesync_config
  • g

    Grant Diffey

    08/28/2022, 2:29 PM
    that's what I was asking about 🙂
  • v

    VoxBot

    08/29/2022, 11:10 AM
    can I get a review for https://github.com/voxpupuli/puppet-augeasproviders_ssh/pull/76
  • v

    VoxBot

    08/29/2022, 11:10 AM
    and https://github.com/voxpupuli/puppet-augeasproviders_ssh/pull/77
  • v

    VoxBot

    08/29/2022, 11:23 AM
    https://github.com/voxpupuli/puppet-augeasproviders_ssh/pull/78
  • v

    VoxBot

    08/29/2022, 11:26 AM
    https://github.com/voxpupuli/puppet-augeasproviders_ssh/pull/79
  • v

    VoxBot

    08/29/2022, 1:37 PM
    Okay if I move https://github.com/traylenator/puppet-zram_generator to VoxPup space. Will finish of the templating once there.
  • v

    VoxBot

    08/29/2022, 2:39 PM
    frisbee: I would be fine with that if you take care of modulesyncing
1...134135136...648Latest