Ewoud Kohl van Wijngaarden
Ewoud Kohl van Wijngaarden
This allows users to specify code as: ```ruby describe 'motd class' do subject { 'include motd' } # Just run it once it { is_expected.to apply } # The same,...
It should not be required to load the whole library just to define the rake task. This prevents pulling in many libraries when a user runs rake -T or an...
http://openstreetview.com/details/3423/1297 was uploaded upside down (rotated 180 degrees) which caused the number plate not to be blurred.
This uses the official Puppet AIO packages, which is also what we use in production. This makes the tests more realistic. Currently just testing out if this even works.
This a draft, since I'm not sure what should be the end state. Recently we investigated using the firewalld services and recommending it to users (https://github.com/theforeman/foreman-documentation/pull/1943), but came to the...
Previously the filename was hardcoded, but the OS layer actually provides this filename as a variable. This should match the actual filename on mirrors.
Foreman has for the longest time had `https://theforeman.org/manuals/$next` redirect to `https://theforeman.org/manuals/nightly` in our Apache configuration. This means that on every branching we need to modify this. It also doesn't play...
This uses the Puppet 7.21+ feature to pass a command as an array to simplify the invocation, and make it more secure. It also tightens data types and converts the...