From a5877a79f6dbde1ea4be49b3b38a71f3749e219d Mon Sep 17 00:00:00 2001 From: "Chris St. Pierre" Date: Fri, 15 Jul 2011 08:02:12 -0400 Subject: fixed output from ohai plugin when ohai not installed --- src/lib/Server/Plugins/Ohai.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/lib/Server/Plugins/Ohai.py b/src/lib/Server/Plugins/Ohai.py index 049aadd4f..301d01193 100644 --- a/src/lib/Server/Plugins/Ohai.py +++ b/src/lib/Server/Plugins/Ohai.py @@ -24,7 +24,6 @@ probecode = """#!/bin/sh if type ohai >& /dev/null; then ohai else - echo group:ohai-not-installed # an empty dict, so "'foo' in metadata.Ohai" tests succeed echo '{}' fi -- cgit v1.2.3-1-g7c22