mirror of
https://github.com/valitydev/salt.git
synced 2024-11-09 01:36:48 +00:00
bring back serial comma due to decision in #18952
This commit is contained in:
parent
d2eb6b6f0c
commit
a46e5b224d
@ -1356,7 +1356,7 @@ def managed(name,
|
||||
|
||||
if len([_f for _f in [contents, contents_pillar, contents_grains] if _f]) > 1:
|
||||
return _error(
|
||||
ret, 'Only one of contents, contents_pillar and contents_grains is permitted')
|
||||
ret, 'Only one of contents, contents_pillar, and contents_grains is permitted')
|
||||
|
||||
# If contents_pillar was used, get the pillar data
|
||||
if contents_pillar:
|
||||
|
Loading…
Reference in New Issue
Block a user