Skip to content

Commit

Permalink
Fix whitespace issues
Browse files Browse the repository at this point in the history
  • Loading branch information
ananace committed Sep 20, 2024
1 parent ac51139 commit d7713e7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions manifests/install/container_runtime.pp
Original file line number Diff line number Diff line change
Expand Up @@ -52,13 +52,13 @@
require => Package['k8s container manager'],
}

file { [ '/etc/crio', '/etc/crio/crio.conf.d']:
file { ['/etc/crio', '/etc/crio/crio.conf.d']:
ensure => directory;
}
file { 'K8s crio cgroup manager':
path => '/etc/crio/crio.conf.d/10-systemd.conf',
content => "[crio.runtime]\ncgroup_manager = \"systemd\"",
# TODO
path => '/etc/crio/crio.conf.d/10-systemd.conf',
content => "[crio.runtime]\ncgroup_manager = \"systemd\"",
# TODO - Necessary/wanted to force it?
# notify => Service[crio],
}
}
Expand Down

0 comments on commit d7713e7

Please sign in to comment.