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:
Alex Schultz 2015-10-06 11:08:14 -05:00
parent 989d8e999a
commit 3be98e8c6b
1 changed files with 1 additions and 1 deletions

View File

@ -1 +1 @@
os_service_default='<SERVICE DEFAULT>'
os_service_default=<SERVICE DEFAULT>