pillar.show_top and state.show_top differ in functionality #67259
Replies: 8 comments 2 replies
-
Thanks for the request, we should standardize this. Thanks, |
Beta Was this translation helpful? Give feedback.
-
Still an issue in 2017.7.7 |
Beta Was this translation helpful? Give feedback.
-
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. If this issue is closed prematurely, please leave a comment and we will gladly reopen the issue. |
Beta Was this translation helpful? Give feedback.
-
Still wanted in 3006 |
Beta Was this translation helpful? Give feedback.
-
I just upgraded to 3006.1. No change. |
Beta Was this translation helpful? Give feedback.
-
This is not a feature request, this should be a bug. Line 13 in 3fa1e4c |
Beta Was this translation helpful? Give feedback.
-
Why was this moved to a discussion, when the core team already accepted it as something that needs doing eight years ago? |
Beta Was this translation helpful? Give feedback.
-
Description of Issue/Question
state.show_top returns information relegated to the minion in relation to the top file. pillar.show_top returns the entire pillar top file.
Setup
run "salt "minion" state.show_top and then salt-run pillar.show_top minion=minion and see the different results.
Steps to Reproduce Issue
run "salt "minion" state.show_top and then salt-run pillar.show_top minion=minion and see the different results.
Desired Result
pillar.show_top shows the pillars relegated to the minion like the state.show_top does
Versions Report
Salt Version:
Salt: 2016.3.1
Dependency Versions:
cffi: Not Installed
cherrypy: 3.2.2
dateutil: 1.5
gitdb: 0.5.4
gitpython: 0.3.2 RC1
ioflo: Not Installed
Jinja2: 2.7.2
libgit2: Not Installed
libnacl: Not Installed
M2Crypto: Not Installed
Mako: 0.9.1
msgpack-pure: Not Installed
msgpack-python: 0.3.0
mysql-python: 1.2.3
pycparser: Not Installed
pycrypto: 2.6.1
pygit2: Not Installed
Python: 2.7.6 (default, Jun 22 2015, 17:58:13)
python-gnupg: Not Installed
PyYAML: 3.10
PyZMQ: 14.0.1
RAET: Not Installed
smmap: 0.8.2
timelib: Not Installed
Tornado: 4.2.1
ZMQ: 4.0.4
Beta Was this translation helpful? Give feedback.
All reactions