Page MenuHomeSoftware Heritage

params.rb
No OneTemporary

params.rb

shared_examples 'params' do |_facts|
case _facts[:os]['family']
when 'Debian'
if _facts[:os]['release']['full'] != '14.04'
it {
is_expected.to contain_class('docker::params')
is_expected.to contain_class('docker::systemd_reload')
is_expected.to contain_exec('docker-systemd-reload').with(
'path' => [
'/bin/',
'/sbin/',
'/usr/bin/',
'/usr/sbin/',
],
'command' => 'systemctl daemon-reload',
'refreshonly' => 'true',
)
}
end
end
end

File Metadata

Mime Type
text/plain
Expires
Wed, Jun 4, 7:13 PM (5 d, 2 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3365578

Event Timeline