From 300b6696154a81a5e590549c4be8fbcc38861f75 Mon Sep 17 00:00:00 2001 From: Bo Maryniuk Date: Wed, 14 Oct 2015 12:12:17 +0200 Subject: [PATCH] Fix the docstring --- salt/grains/philips_hue.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/salt/grains/philips_hue.py b/salt/grains/philips_hue.py index ceb53e653e..46652bae12 100644 --- a/salt/grains/philips_hue.py +++ b/salt/grains/philips_hue.py @@ -1,7 +1,8 @@ # -*- coding: utf-8 -*- ''' -Generate baseline proxy minion grains +Static grains for the Philips HUE lamps ''' + __proxyenabled__ = ['philips_hue'] __virtualname__ = 'hue'