Page Menu
Home
Software Heritage
Search
Configure Global Search
Log In
Files
F8393388
params.rb
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
581 B
Subscribers
None
params.rb
View Options
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
Details
Attached
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
Attached To
R205 puppet-puppetlabs-docker
Event Timeline
Log In to Comment