mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
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:
parent
a880e422ec
commit
191235d8d3
1 changed files with 0 additions and 5 deletions
|
@ -1,5 +0,0 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
|
||||
|
||||
def test(grains):
|
||||
return {'custom_grain_test': 'itworked' if 'os' in grains else 'itdidntwork'}
|
Loading…
Add table
Reference in a new issue