Faidon Liambotis has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/354108 )

Change subject: Do not confine LLDP fact to physical/non-VMs
......................................................................

Do not confine LLDP fact to physical/non-VMs

It's actually useful to establish the VM->host relationship and there is
no reason why it should be confined anyway.

Change-Id: I8203558efc05e5fb88bff619f3b893d16de6db62
---
M modules/base/lib/facter/lldp.rb
1 file changed, 0 insertions(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/08/354108/1

diff --git a/modules/base/lib/facter/lldp.rb b/modules/base/lib/facter/lldp.rb
index 0628d25..80f7c12 100644
--- a/modules/base/lib/facter/lldp.rb
+++ b/modules/base/lib/facter/lldp.rb
@@ -3,7 +3,6 @@
 
 Facter.add(:lldp) do
   confine :kernel => %w{Linux FreeBSD OpenBSD}
-  confine :virtual => "physical"
   confine do
     File.exists?('/usr/sbin/lldpctl')
   end

-- 
To view, visit https://gerrit.wikimedia.org/r/354108
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I8203558efc05e5fb88bff619f3b893d16de6db62
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Faidon Liambotis <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to