VoxBot
08/16/2022, 9:48 AMVoxBot
08/16/2022, 9:51 AMVoxBot
08/16/2022, 9:51 AMVoxBot
08/16/2022, 9:58 AMVoxBot
08/16/2022, 10:02 AMjhoblitt
08/16/2022, 4:37 PMkmod::load from puppet/kmod? I have an issue which isn't directly caused by the mod but I'm curious as to how others have dealt with it. I am battling a strange error... which I think has something to do with a kernel mod taking some time to settle before related sysctls are exposed. E.g.
Notice: /Stage[main]/Kmod/Kmod::Load[bridge]/Exec[modprobe bridge]/returns: executed successfully (corrective)
Warning: sysctl parameter net.bridge.bridge-nf-call-iptables wasn't found on this system
Error: Execution of '/sbin/sysctl net.bridge.bridge-nf-call-iptables=1' returned 255: sysctl: cannot stat /proc/sys/net/bridge/bridge-nf-call-iptables: No such file or directory
Error: /Stage[main]/Sysctl::Values/Sysctl::Value[net.bridge.bridge-nf-call-iptables]/Sysctl_runtime[net.bridge.bridge-nf-call-iptables]/val: change from 'absent' to '1' failed: Execution of '/sbin/sysctl net.bridge.bridge-nf-call-iptables=1' returned 255: sysctl: cannot stat /proc/sys/net/bridge/bridge-nf-call-iptables: No such file or directory
Notice: /Stage[main]/Docker::Service/Service[docker]/ensure: ensure changed 'stopped' to 'running'
I am thinking I might have to stick an exec of a sleep in there but that seems... awful...Dr Bunsen Honeydew
08/16/2022, 4:37 PMpuppet-kmod module at https://forge.puppet.com/puppet/kmod?src=slack&channel=voxpupulibastelfreak
08/16/2022, 4:40 PMjhoblitt
08/16/2022, 4:40 PMjhoblitt
08/16/2022, 4:40 PM[root@jhoblitt-test3 modprobe.d]# /sbin/sysctl net.bridge.bridge-nf-call-iptables=1
net.bridge.bridge-nf-call-iptables = 1jhoblitt
08/16/2022, 4:41 PM[root@jhoblitt-test3 modprobe.d]# cat /proc/sys/net/bridge/bridge-nf-call-iptables
1bastelfreak
08/16/2022, 4:42 PMjhoblitt
08/16/2022, 4:43 PMjhoblitt
08/16/2022, 4:43 PMjhoblitt
08/16/2022, 4:44 PMbastelfreak
08/16/2022, 4:44 PMjhoblitt
08/16/2022, 4:48 PMbastelfreak
08/16/2022, 4:51 PMjhoblitt
08/16/2022, 4:52 PMjhoblitt
08/16/2022, 4:52 PMBrian Schonecker
08/16/2022, 5:07 PM# These GPG keys will be installed
yum::gpgkeys:
'/etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-7':
ensure: present
but still, no gpg key installed. Can someone give me a pointer or two as to how to get the module to install the appropriate GPG key for EPEL?Brian Schonecker
08/16/2022, 5:07 PM# These GPG keys will be installed
yum::gpgkeys:
'/etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-7':
ensure: present
but still, no gpg key installed. Can someone give me a pointer or two as to how to get the module to install the appropriate GPG key for EPEL?Dr Bunsen Honeydew
08/16/2022, 5:07 PMpuppet-yum module at https://forge.puppet.com/puppet/yum?src=slack&channel=voxpupuliSlackbot
08/16/2022, 5:52 PMvchepkov
08/16/2022, 5:53 PMyum::repos:
epel:
enabled: true
skip_if_unavailable: true
priority: 100vchepkov
08/16/2022, 5:53 PMVoxBot
08/16/2022, 6:01 PMVoxBot
08/16/2022, 6:12 PMBrian Schonecker
08/16/2022, 6:12 PMVoxBot
08/16/2022, 6:12 PM