Merge branch '2018.3.4' into fix-insecure-sql-queries-in-mysql-module-1

This commit is contained in:
Anton Zhabolenko 2019-02-01 19:56:06 +03:00 committed by GitHub
commit d3ef2cb8e6
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'}