(maint) fix test to run under strict variables
This commit is contained in:
parent
107af3cb83
commit
31914f3547
1 changed files with 2 additions and 1 deletions
|
@ -6,7 +6,8 @@ describe 'postgresql::server', :type => :class do
|
|||
:osfamily => 'Debian',
|
||||
:operatingsystem => 'Debian',
|
||||
:lsbdistid => 'Debian',
|
||||
:operatingsystemrelease => '6.0',
|
||||
:lsbdistcodename => 'jessie',
|
||||
:operatingsystemrelease => '8.0',
|
||||
:concat_basedir => tmpfilename('server'),
|
||||
:kernel => 'Linux',
|
||||
:id => 'root',
|
||||
|
|
Loading…
Reference in a new issue