Remove custom grains module from 2018.3 branch

Support for passing the grains data to custom grains modules wasn't
added until the 2019.2 release cycle. It seems like this file was
included when something else was backported to 2018.3.
This commit is contained in:
Erik Johnson 2019-01-30 19:16:49 -06:00
parent a880e422ec
commit 191235d8d3
No known key found for this signature in database
GPG key ID: 5E5583C437808F3F

View file

@ -1,5 +0,0 @@
# -*- coding: utf-8 -*-
def test(grains):
return {'custom_grain_test': 'itworked' if 'os' in grains else 'itdidntwork'}