https://github.com/tubbo/bitlbee-cookbook
Install and configure the Bitlbee IRC/IM gateway with Chef
https://github.com/tubbo/bitlbee-cookbook
Last synced: about 1 month ago
JSON representation
Install and configure the Bitlbee IRC/IM gateway with Chef
- Host: GitHub
- URL: https://github.com/tubbo/bitlbee-cookbook
- Owner: tubbo
- License: other
- Created: 2015-03-19T17:57:21.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T20:23:15.000Z (over 1 year ago)
- Last Synced: 2025-01-25T08:25:25.277Z (3 months ago)
- Language: Ruby
- Homepage:
- Size: 11.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# bitlbee cookbook
This cookbook installs and configures the Bitlbee IM/IRC gateway,
allowing one to chat over various IM services using their favorite IRC
client.## Supported Platforms
- Ubuntu 14.10
## Usage
Install Bitlbee with our handy-dandy LWRP!
```ruby
bitlbee_install 'bitlbee' do
from_package false
user 'bitlbee'
port 6667
protocols %w(yahoo jabber)
end
```## License and Authors
Author: Tom Scott ()