chef / chef_backup

A library to backup an Chef server
Other
7 stars 15 forks source link

Support Chef 11 #4

Closed pburkholder closed 5 years ago

pburkholder commented 9 years ago

https://github.com/ryancragun/chef_backup/blob/master/lib/chef_backup/helpers.rb#L70 uses the chef-server-ctl command. Would we be able to backport this to Enterprise11 or OSC11?

ryancragun commented 9 years ago

This library is intended to be used in omnibus-ctl commands on the Chef Server so supporting EC11 wasn't really in the scope. Two options: 1) a PR with backwards compat support and tests, 2) have the user create the symlink on their Chef Server.