Skip to content
GitLab
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
6b995331
Commit
6b995331
authored
May 20, 2013
by
Raphaël Pinson
Browse files
Override parameters
parent
f5149b33
Changes
1
Hide whitespace changes
Inline
Side-by-side
spec/classes/postfix_spec.rb
View file @
6b995331
...
...
@@ -22,7 +22,7 @@ describe 'postfix' do
it
{
should
contain_postfix__config
(
'alias_maps'
)
}
it
{
should
contain_postfix__config
(
'inet_interfaces'
)
}
it
{
should
contain_mailalias
(
'root'
)
}
it
{
should
contain_mailalias
(
'root'
)
.
with_recipient
(
'nobody'
)
}
it
{
should
contain_service
(
'postfix'
).
with
(
...
...
@@ -56,7 +56,7 @@ describe 'postfix' do
it
{
should
contain_postfix__config
(
'newaliases_path'
)
}
it
{
should
contain_postfix__config
(
'mailq_path'
)
}
it
{
should
contain_mailalias
(
'root'
)
}
it
{
should
contain_mailalias
(
'root'
)
.
with_recipient
(
'nobody'
)
}
it
{
should
contain_service
(
'postfix'
).
with
(
...
...
@@ -105,7 +105,7 @@ describe 'postfix' do
it
{
should
contain_postfix__config
(
'alias_maps'
)
}
it
{
should
contain_postfix__config
(
'inet_interfaces'
)
}
it
{
should
contain_mailalias
(
'root'
)
}
it
{
should
contain_mailalias
(
'root'
)
.
with_recipient
(
'foo'
)
}
it
{
should
contain_service
(
'postfix'
).
with
(
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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