Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
immerda
Puppet Modules
webhosting
Commits
661afaf5
Commit
661afaf5
authored
Jun 02, 2020
by
mh
Browse files
fix fact lookup
parent
21f27750
Changes
1
Hide whitespace changes
Inline
Side-by-side
manifests/container.pp
View file @
661afaf5
...
...
@@ -72,7 +72,7 @@ define webhosting::container(
}
# we can't yet use keep-id on EL7 as we need cgroupv2 for
# that
if
versioncmp
(
$facts
[
'os
.
release
.
major'
],
'8'
)
<
0
{
if
versioncmp
(
$facts
[
'os
'
][
'
release
'
][
'
major'
],
'8'
)
<
0
{
$run_flags
=
{
'user'
=>
'1000:0'
,
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment