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 <SERVICE DEFAULT> and not '<SERVICE DEFAULT>' Change-Id: Ieeb92b4e7fbb556a8d32682fb24284091227c991
This commit is contained in:
@@ -1 +1 @@
|
||||
os_service_default='<SERVICE DEFAULT>'
|
||||
os_service_default=<SERVICE DEFAULT>
|
||||
|
Reference in New Issue
Block a user