python salt - Comment: No states found for this minion -
wowee....trying lean salt...my lord...trying follow there online tutorial.
i running master , minion on localhost
here error
sudo salt-call state.highstate -l debug [debug ] loaded upstart virtual service [debug ] loaded useradd virtual user [debug ] loaded dpkg virtual lowpkg [debug ] loaded debconfmod virtual debconf [debug ] loaded cmdmod virtual cmd [debug ] loaded virtualenv_mod virtual virtualenv [debug ] loaded djangomod virtual django [debug ] loaded saltmod virtual salt [debug ] loaded zcbuildout virtual buildout [debug ] loaded debconfmod virtual debconf [debug ] loaded virtualenv_mod virtual virtualenv [debug ] minionevent pub socket uri: ipc:///var/run/salt/minion/minion_event_1d41c853af58d3a7ae54990ce29417d8_pub.ipc [debug ] minionevent pull socket uri: ipc:///var/run/salt/minion/minion_event_1d41c853af58d3a7ae54990ce29417d8_pull.ipc [debug ] fetching file saltenv 'base', ** attempting ** 'salt://ssh.sls' [info ] fetching file saltenv 'base', ** skipped ** latest in cache 'salt://ssh/init.sls' [debug ] loaded no_out virtual quiet [debug ] loaded json_out virtual json [debug ] loaded yaml_out virtual yaml [debug ] loaded pprint_out virtual pprint local: ---------- id: states function: no.none result: false comment: no states found minion changes: summary ------------ succeeded: 0 failed: 1 ------------ total: 1
here top.sls
base: '*': - ssh
here ssh/init.sls
openssh-client: pkg.installed /etc/ssh/ssh_config: file.managed: - user: root - group: root - mode: 644 - source: salt://ssh/ssh_config - require: - pkg: openssh-client
so? deal?
Comments
Post a Comment