Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
CHEF
cookbooks
base
Commits
8700f464
Commit
8700f464
authored
Jun 20, 2017
by
Victor Penso
Browse files
Rename test role
parent
009407f1
Changes
1
Hide whitespace changes
Inline
Side-by-side
test/roles/yum.rb
→
test/roles/yum
_mirror
.rb
View file @
8700f464
name
'yum'
description
'
Yum c
onfigur
ation for testing
'
name
'yum
_mirror
'
description
'
C
onfigur
e a Yum package mirror
'
run_list
(
'recipe[base]'
)
default_attributes
(
package:
[
...
...
@@ -89,7 +89,7 @@ default_attributes(
# Disable the firewall in the internal network
'firewalld.service'
:
{
action:
[
:stop
,
:disable
]
},
# Autonomous package updates
'yum-cron.service'
:
{
action:
[
:st
op
,
:dis
able
]
},
'yum-cron.service'
:
{
action:
[
:st
art
,
:en
able
]
},
# Service to sync the package mirror
'reposync.timer'
:
{
action:
[
:enable
,
:start
]
}
}
...
...
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