Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
IPHC-Puppet
yum
Commits
baf7be40
Commit
baf7be40
authored
Feb 14, 2019
by
Emmanuel Medernach
Browse files
IPV4 only
parent
de550e8c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
3 deletions
+2
-3
manifests/config.pp
manifests/config.pp
+1
-3
templates/yum.conf.erb
templates/yum.conf.erb
+1
-0
No files found.
manifests/config.pp
View file @
baf7be40
...
@@ -14,9 +14,7 @@ class yum::config {
...
@@ -14,9 +14,7 @@ class yum::config {
}
}
if
$yum::autoupdate
{
if
$yum::autoupdate
{
package
{
"yum-cron"
:
ensure_packages
([
'yum-cron'
],
{
ensure
=>
'installed'
})
ensure
=>
'installed'
,
}
file
{
"/etc/yum/yum-cron.conf"
:
file
{
"/etc/yum/yum-cron.conf"
:
ensure
=>
present
,
ensure
=>
present
,
...
...
templates/yum.conf.erb
View file @
baf7be40
...
@@ -7,6 +7,7 @@ exactarch=1
...
@@ -7,6 +7,7 @@ exactarch=1
obsoletes=1
obsoletes=1
gpgcheck=1
gpgcheck=1
plugins=1
plugins=1
ip_resolve=4
installonly_limit=5
installonly_limit=5
distroverpkg=
<%=
scope
[
'yum::distroversionpackage'
]
%>
distroverpkg=
<%=
scope
[
'yum::distroversionpackage'
]
%>
reposdir=
<%=
scope
[
'yum::reposdir'
]
%>
reposdir=
<%=
scope
[
'yum::reposdir'
]
%>
...
...
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