Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Projets publics
Puppet Camptocamp Postfix
Commits
f3d5f540
Commit
f3d5f540
authored
Jan 04, 2018
by
Bob Vincent
Committed by
Raphaël Pinson
Jan 16, 2018
Browse files
Add alternatives module to spec_helper_acceptance.rb
parent
ba838472
Changes
1
Hide whitespace changes
Inline
Side-by-side
spec/spec_helper_acceptance.rb
View file @
f3d5f540
...
...
@@ -16,6 +16,7 @@ RSpec.configure do |c|
hosts
.
each
do
|
host
|
on
host
,
puppet
(
'module'
,
'install'
,
'camptocamp-augeas'
),
{
:acceptable_exit_codes
=>
[
0
,
1
]
}
on
host
,
puppet
(
'module'
,
'install'
,
'puppetlabs-stdlib'
),
{
:acceptable_exit_codes
=>
[
0
,
1
]
}
on
host
,
puppet
(
'module'
,
'install'
,
'puppet-alternatives'
),
{
:acceptable_exit_codes
=>
[
0
,
1
]
}
end
end
end
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