Merge pull request #51445 from terminalmage/fix-custom-grains-traceback

Remove custom grains module from 2018.3 branch
This commit is contained in:
Erik Johnson 2019-02-01 10:48:12 -06:00 committed by GitHub
commit 48936c2283
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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