I have the following state:# Install pip 'gitpython' so Salt can use Git fileserver (gitfs) backendgitpython:pip.installed:- require:- pkg: python-pipWhen I run state.highstate I see this:[root@mymaster ~]# salt 'mymaster' state.highstate Test=Truemymaster:----------ID: gitpythonFunction: pip.installedResult: FalseComment: The following requisites were not found:require:pkg: python-pip
This is because python-pip should be an identifier for another state, for example,
python-pip:
pkg.installed
> <mailto:salt-users+unsub...@googlegroups.com>.