We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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 None root@malai:/srv/salt# reclass-salt --pillar -b /srv/salt/ Usage: reclass [options] ( --top | --pillar NODENAME ) reclass: error: No arguments allowed
reclass-salt --pillar localhost No such directory: /usr/local/bin/nodes None
root@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/reclass ext_pillar: reclass: *reclass master_tops: reclass: *reclass
reclass: &reclass storage_type: yaml_fs inventory_base_uri: /srv/salt reclass_source_path: ~/code/reclass
ext_pillar:
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.
The text was updated successfully, but these errors were encountered:
Hi. Try to provide nodename, e.g.:
reclass-salt --pillar hostname.example.com -b /srv/salt/
Sorry, something went wrong.
Merge pull request madduck#78 from alexandruavadanii/fix-default-igno…
d9ce787
…re_overwritten_missing_reference Fix ignore_overwritten_missing_reference default
No branches or pull requests
After git clone https://github.com/madduck/reclass.git && apt-get install python setup.py,
when running
where my /etc/salt/master is
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.
The text was updated successfully, but these errors were encountered: