Closed sometimesfood closed 13 years ago
It would be nice for chef-solo runs if node[:admin_essentials][:editor] defaulted to the current value of $EDITOR. Of course this should only happen if $EDITOR has been set.
chef-solo
node[:admin_essentials][:editor]
$EDITOR
Use current $EDITOR as default for admin_essentials.editor, closed by 833a04b87ee09252deddb210e633ab5ede5f5ae9
It would be nice for
chef-solo
runs ifnode[:admin_essentials][:editor]
defaulted to the current value of$EDITOR
. Of course this should only happen if$EDITOR
has been set.