I'm not sure the creation of the directory belongs in this cookbook. Chiefly considering that you're setting the owner and group the same ones as the key itself.
If someone wants to put all their deploy keys in a shared directory, where each key belongs to the app's user, this new resource declaration will leave the directory with unpredictable ownership.
I'm not sure the creation of the directory belongs in this cookbook. Chiefly considering that you're setting the owner and group the same ones as the key itself.
If someone wants to put all their deploy keys in a shared directory, where each key belongs to the app's user, this new resource declaration will leave the directory with unpredictable ownership.
Thoughts?