Dzahn has uploaded a new change for review. https://gerrit.wikimedia.org/r/253052
Change subject: puppet-tests: remove broken inclusion of nagios.pp ...................................................................... puppet-tests: remove broken inclusion of nagios.pp The file manifests/nagios.pp has been moved in I21a3ca32fd425dd20 and does not exist anymore in this place. When trying to compile changes to the tests files itself you get: Error: No file(s) found for import of '../../../manifests/nagios.pp' like on https://integration.wikimedia.org/ci/job/pplint-HEAD/10231/console Change-Id: I6b5279947b24c63e10d0b66974bb3b23c57d46e8 --- M modules/puppet/tests/client.pp M modules/puppet/tests/config.pp M modules/puppet/tests/master.pp 3 files changed, 0 insertions(+), 11 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/operations/puppet refs/changes/52/253052/1 diff --git a/modules/puppet/tests/client.pp b/modules/puppet/tests/client.pp index 18293cb..8f131d7 100644 --- a/modules/puppet/tests/client.pp +++ b/modules/puppet/tests/client.pp @@ -1,8 +1,4 @@ # - -# TODO: At some point this should not be needed -import "../../../manifests/nagios.pp" - class { 'puppet::self::client': server => 'nonexistent', } diff --git a/modules/puppet/tests/config.pp b/modules/puppet/tests/config.pp index 8678ecb..8730f72 100644 --- a/modules/puppet/tests/config.pp +++ b/modules/puppet/tests/config.pp @@ -1,6 +1,2 @@ # - -# TODO: At some point this should not be needed -import "../../../manifests/nagios.pp" - include puppet::self::config diff --git a/modules/puppet/tests/master.pp b/modules/puppet/tests/master.pp index fde9d0a..e991afc 100644 --- a/modules/puppet/tests/master.pp +++ b/modules/puppet/tests/master.pp @@ -1,8 +1,5 @@ # -# TODO: At some point this should not be needed -import "../../../manifests/nagios.pp" - class { 'puppet::self::master': server => 'localhost', } -- To view, visit https://gerrit.wikimedia.org/r/253052 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I6b5279947b24c63e10d0b66974bb3b23c57d46e8 Gerrit-PatchSet: 1 Gerrit-Project: operations/puppet Gerrit-Branch: production Gerrit-Owner: Dzahn <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
