Page Menu
Home
Software Heritage
Search
Configure Global Search
Log In
Files
F9124486
multipath.pp
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
657 B
Subscribers
None
multipath.pp
View Options
# Various overrides for multipath setup
class
profile
::
multipath
{
$multipath_packages
=
[
'multipath-tools'
,
'multipath-tools-boot'
]
::
systemd
::
unit_file
{
'multipathd.service'
:
ensure
=>
'present'
,
source
=>
'puppet:///modules/profile/multipath/multipathd.service'
,
}
->
package
{
$multipath_packages:
ensure
=>
present
}
systemd
::
dropin_file
{
'zfs-import-cache.service.d/multipath.conf'
:
ensure
=>
'present'
,
unit
=>
'zfs-import-cache.service'
,
filename
=>
'multipath.conf'
,
content
=>
"# Managed by puppet (module profile::multipath)\n# Set up zfs after multipath\n[Unit]\nAfter=multipathd.socket\n"
,
}
}
File Metadata
Details
Attached
Mime Type
text/x-c++
Expires
Sat, Jun 21, 7:11 PM (2 w, 4 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3306189
Attached To
rSPSITE puppet-swh-site
Event Timeline
Log In to Comment