-
Couldn't load subscription status.
- Fork 94
Description
After git clone https://github.com/madduck/reclass.git && apt-get install python setup.py,
when running
reclass-salt --pillar localhost
No such directory: /usr/local/bin/nodes
Noneroot@malai:/srv/salt# reclass-salt --pillar -b /srv/salt/
Usage: reclass [options] ( --top | --pillar NODENAME )reclass: error: No arguments allowed
where my /etc/salt/master is
reclass: &reclass
storage_type: yaml_fs
inventory_base_uri: /srv/salt
reclass_source_path: ~/code/reclassext_pillar:
- reclass: *reclass
master_tops:
reclass: *reclass
file_roots:
base:
- /srv/salt
May I know how to integrate salt with reclass, and am not able to find reclass-config.yml in my system. how to find it.