Brainsware / puppet-trafficserver

Puppet module to manage trafficserver installation and configuration
https://forge.puppet.com/brainsware/trafficserver
Apache License 2.0
1 stars 7 forks source link

notify the service instead of running traffic_line #30

Closed igalic closed 7 years ago

igalic commented 7 years ago

traffic_line has been deprecated, so it would be tricky to emulate the same behaviour with traffic_ctl, especially since there are versions of trafficserver that have both binaries.

Instead of trying to be clever, we'll simply notify the service class.

(also: fix a small syntax issue in the README!)