# limitations under the License.
#
+unified_mode true
+
default_action :create
property :pool, :kind_of => String, :name_property => true
if new_resource.port
"tcp://127.0.0.1:#{new_resource.port}/status"
else
- "unix:///run/php/#{new_resource.pool}.sock;/status"
+ "unix:///run/php/php-#{new_resource.pool}-fpm.sock;/status"
end
end
end