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
URI
Puppet
puppet-php
Commits
350b2b0a
Commit
350b2b0a
authored
Aug 16, 2021
by
Marco Centurion
Browse files
Corrijo comparación de versión
parent
a752a163
Changes
1
Hide whitespace changes
Inline
Side-by-side
manifests/repo/redhat.pp
View file @
350b2b0a
...
...
@@ -15,7 +15,7 @@ class php::repo::redhat (
default
=>
'$releasever'
,
# Yum var
}
if
$facts
[
'os'
][
'release'
][
'major'
]
>=
8
{
if
versioncmp
(
$facts
[
'os'
][
'release'
][
'major'
]
,
'8'
)
>=
0
{
yumrepo
{
'remi-safe'
:
descr
=>
'Remi\'s RPM repository for Enterprise Linux 8 - $basearch - debuginfo'
,
mirrorlist
=>
'http://cdn.remirepo.net/enterprise/8/safe/$basearch/mirror'
,
...
...
Write
Preview
Markdown
is supported
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