Merge pull request #335 from UGent-DICT/feature/fix_failing_ivp6_tests
Explicitly unset the ipaddress6 fact
This commit is contained in:
commit
c708fb2d70
1
Rakefile
1
Rakefile
@ -2,6 +2,7 @@ require 'puppetlabs_spec_helper/rake_tasks'
|
|||||||
require 'puppet-lint/tasks/puppet-lint'
|
require 'puppet-lint/tasks/puppet-lint'
|
||||||
PuppetLint.configuration.send('disable_80chars')
|
PuppetLint.configuration.send('disable_80chars')
|
||||||
PuppetLint.configuration.send('disable_140chars')
|
PuppetLint.configuration.send('disable_140chars')
|
||||||
|
PuppetLint.configuration.send('disable_relative_classname_inclusion')
|
||||||
PuppetLint.configuration.relative = true
|
PuppetLint.configuration.relative = true
|
||||||
PuppetLint.configuration.ignore_paths = ['spec/**/*.pp', 'pkg/**/*.pp', 'vendor/**/*.pp']
|
PuppetLint.configuration.ignore_paths = ['spec/**/*.pp', 'pkg/**/*.pp', 'vendor/**/*.pp']
|
||||||
|
|
||||||
|
@ -6,6 +6,7 @@ describe 'ssh' do
|
|||||||
:fqdn => 'monkey.example.com',
|
:fqdn => 'monkey.example.com',
|
||||||
:hostname => 'monkey',
|
:hostname => 'monkey',
|
||||||
:ipaddress => '127.0.0.1',
|
:ipaddress => '127.0.0.1',
|
||||||
|
:ipaddress6 => nil,
|
||||||
:lsbmajdistrelease => '6',
|
:lsbmajdistrelease => '6',
|
||||||
:operatingsystemrelease => '6.7',
|
:operatingsystemrelease => '6.7',
|
||||||
:osfamily => 'RedHat',
|
:osfamily => 'RedHat',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user