Skip to content
Snippets Groups Projects
Commit 81aef957 authored by Raphaël Pinson's avatar Raphaël Pinson
Browse files

postfix::config and postfix::hash need the postfix class in specs

parent df23eac8
No related branches found
No related tags found
No related merge requests found
...@@ -4,6 +4,7 @@ describe 'postfix::config' do ...@@ -4,6 +4,7 @@ describe 'postfix::config' do
let (:title) { 'foo' } let (:title) { 'foo' }
let (:facts) { { let (:facts) { {
:osfamily => 'Debian', :osfamily => 'Debian',
:needs_postfix_class => true,
} } } }
context 'when not passing value' do context 'when not passing value' do
......
...@@ -4,6 +4,7 @@ describe 'postfix::hash' do ...@@ -4,6 +4,7 @@ describe 'postfix::hash' do
let (:title) { '/tmp/foo' } let (:title) { '/tmp/foo' }
let (:facts) { { let (:facts) { {
:osfamily => 'Debian', :osfamily => 'Debian',
:needs_postfix_class => true,
} } } }
context 'when passing wrong type for ensure' do context 'when passing wrong type for ensure' do
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment