From 14531f782aed3c483e53c17ce79600436b155781 Mon Sep 17 00:00:00 2001 From: Brendan Coles Date: Sat, 30 Jan 2016 17:34:20 +0000 Subject: [PATCH] Remove OS requirement --- modules/host/detect_cups/config.yaml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/modules/host/detect_cups/config.yaml b/modules/host/detect_cups/config.yaml index 50b8e8039..6dc49db30 100644 --- a/modules/host/detect_cups/config.yaml +++ b/modules/host/detect_cups/config.yaml @@ -12,9 +12,4 @@ beef: description: "This module attempts to detect Common UNIX Printing System (CUPS) on localhost on the default port 631." authors: ["bcoles"] target: - working: - ALL: - os: ["Linux"] - not_working: - ALL: - os: ["All"] + working: ["ALL"]