Mark Hamrick
Mark Hamrick
System Admin Mathematics and Statistics

Contact Me

Phone:704-687-0682
Email: M.Hamrick@uncc.edu

Links

  • Dept Site

Avahi and Puppet – Shutting it off.

April 17, 2013 by Marshall Hamrick
Categories: Updates

An old UNIX mantra is if you don’t need it, don’t run it. I discovered today that avahi-daemon was running on some of my boxes due to a kickstart misconfiguration. I just added the code to puppet node configuration, and the issue was resolved.

service{ "avahi-daemon":
    ensure     => "stopped",
    enable => false;
}

 

Skip to toolbar
  • Log In