https://github.com/chassis/avahi_tools
A Chassis extension to install packages to help debug Avahi issues
https://github.com/chassis/avahi_tools
Last synced: 7 days ago
JSON representation
A Chassis extension to install packages to help debug Avahi issues
- Host: GitHub
- URL: https://github.com/chassis/avahi_tools
- Owner: Chassis
- Created: 2019-08-22T08:08:25.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-08-22T08:10:13.000Z (almost 7 years ago)
- Last Synced: 2025-03-30T06:01:56.836Z (about 1 year ago)
- Language: Puppet
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Avahi Tools
A [Chassis](https://github.com/Chassis/Chassis) extension to install [Avahi](https://www.avahi.org/) related packages for debugging Avahi issues.
## Project Installation
1. Add this extension to your extensions directory `git clone git@github.com:Chassis/Avahi_Tools.git extensions/avahi_tools` or alternatively add the following to one of your [`.yaml`](https://github.com/Chassis/Chassis/blob/master/config.yaml) files:
```
extensions:
- chassis/avahi_tools
```
2. Set your `config.local.yaml` PHP version to 5.6 or higher.
3. Run `vagrant provision`.
4. Start debugging Avahi!