From 3be98e8c6b54c198c818771f9fbd3b8311753cb1 Mon Sep 17 00:00:00 2001 From: Alex Schultz Date: Tue, 6 Oct 2015 11:08:14 -0500 Subject: [PATCH] Fix fact for puppet facter 2.0.1+ This change fixes the fact definition for the static fact as the single quotes are being included. This causes the provider to no properly handle the value as it is expecting and not '' Change-Id: Ieeb92b4e7fbb556a8d32682fb24284091227c991 --- facts.d/os_service_default.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/facts.d/os_service_default.txt b/facts.d/os_service_default.txt index 20fe10ef..3b9568f4 100644 --- a/facts.d/os_service_default.txt +++ b/facts.d/os_service_default.txt @@ -1 +1 @@ -os_service_default='' +os_service_default=