Merge pull request #335 from UGent-DICT/feature/fix_failing_ivp6_tests

Explicitly unset the ipaddress6 fact
This commit is contained in:
Garrett Honeycutt 2020-06-03 18:06:28 -04:00 committed by GitHub
commit c708fb2d70
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View File

@ -2,6 +2,7 @@ require 'puppetlabs_spec_helper/rake_tasks'
require 'puppet-lint/tasks/puppet-lint'
PuppetLint.configuration.send('disable_80chars')
PuppetLint.configuration.send('disable_140chars')
PuppetLint.configuration.send('disable_relative_classname_inclusion')
PuppetLint.configuration.relative = true
PuppetLint.configuration.ignore_paths = ['spec/**/*.pp', 'pkg/**/*.pp', 'vendor/**/*.pp']

View File

@ -6,6 +6,7 @@ describe 'ssh' do
:fqdn => 'monkey.example.com',
:hostname => 'monkey',
:ipaddress => '127.0.0.1',
:ipaddress6 => nil,
:lsbmajdistrelease => '6',
:operatingsystemrelease => '6.7',
:osfamily => 'RedHat',