https://github.com/markolson/knife-node-attr
Knife plugin for updating a node's attributes
https://github.com/markolson/knife-node-attr
Last synced: 9 months ago
JSON representation
Knife plugin for updating a node's attributes
- Host: GitHub
- URL: https://github.com/markolson/knife-node-attr
- Owner: markolson
- Created: 2012-11-08T15:53:39.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2012-11-08T15:59:05.000Z (over 13 years ago)
- Last Synced: 2025-06-22T20:44:17.551Z (about 1 year ago)
- Language: Ruby
- Size: 113 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Node Attr
Update a attribute on a node with chef
## What it does
See:
knife node attr db-master postgres.passwords.remote_user
"testpass"
Update:
knife node attr db-master postgres.passwords.remote_user abc123password
"abc123password"