chamilad
chamilad

Reputation: 1659

Where is roles folder created on chef-server when a role is created on chef-ui

When a role is created using the chef web interface where is that role file created? (.rb or .json)

Upvotes: 1

Views: 175

Answers (1)

Mark O'Connor
Mark O'Connor

Reputation: 77961

Chef server does not persist data as JSON on the server. It has an internal file store and Postgres database.

If you want to retrieve JSON use the knife download command. See:

Upvotes: 1

Related Questions