avahi-daemon: Comments

  • cths39047

    4 months ago

    As far as I can tell, this cookbook is broken at 0.10.0... The "avahi-daemon::enable" recipe tries to enable & start the service(s) before the respective packages are installed. My understanding is that: * The "service" block should have: action :nothing * The "package" block should have a 'notifies' directive to both enable and start the service. Alternatively, the "package" installation part should come before the "service" block...?

    • jackl0phty

      4 months ago

      You're probably right. I wrote it to disable/uninstall things so that's what's been really tested. Please move this over to github at https://github.com/jackl0phty/opschef-cookbook-avahi-daemon and we can go from there. Thanks!

      • cths39047

        4 months ago

        OK, done: https://github.com/jackl0phty/opschef-cookbook-avahi-daemon/issues/1