sous-chefs/php

fpm_pool :uninstall action should use correct filename

Closed this issue · 1 comments

Cookbook version

1.8

Chef-client version

Doesn't matter

Platform Details

Doesn't matter

Scenario:

:uninstall action should use the same logic as the install action in determining the file name
Currently to install a pool named foo.conf I would call
php_fpm_pool 'foo'

but to uninstall I would have to do
php_fpm_pool 'foo.conf' do
action :uninstall
end

lock commented

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.