Skip to content
This repository was archived by the owner on Jan 9, 2023. It is now read-only.

Commit 4118b73

Browse files
author
Luke Addison
committed
Fix docker slice drop-in by changing quoting and file type
1 parent 1f97e08 commit 4118b73

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

puppet/modules/site_module/manifests/docker_config.pp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
file { '/etc/systemd/system/docker.service.d':
77
ensure => directory,
88
} -> file { '/etc/systemd/system/docker.service.d/10-slice.conf':
9-
ensure => directory,
10-
content => '[Service]\nSlice=podruntime.slice\n',
9+
ensure => file,
10+
content => "[Service]\nSlice=podruntime.slice\n",
1111
}
1212
}

0 commit comments

Comments
 (0)