Forge Home

weechat

Installs the irc client Weechat

10,103 downloads

9,881 latest version

1.5 quality score

We run a couple of automated
scans to help you access a
module's quality. Each module is
given a score based on how well
the author has formatted their
code and documentation and
modules are also checked for
malware using VirusTotal.

Please note, the information below
is for guidance only and neither of
these methods should be considered
an endorsement by Puppet.

Version information

  • 0.1.2 (latest)
  • 0.1.0
released Jan 12th 2014

Start using this module

  • r10k or Code Manager
  • Bolt
  • Manual installation
  • Direct download

Add this module to your Puppetfile:

mod 'jeekl-weechat', '0.1.2'
Learn more about managing modules with a Puppetfile

Add this module to your Bolt project:

bolt module add jeekl-weechat
Learn more about using this module with an existing project

Manually install this module globally with Puppet module tool:

puppet module install jeekl-weechat --version 0.1.2

Direct download is not typically how you would use a Puppet module to manage your infrastructure, but you may want to download the module in order to inspect the code.

Download
Tags: irc, weechat, irssi

Documentation

jeekl/weechat — version 0.1.2 Jan 12th 2014

#weechat

##Overview

Simple module that can install weechat, the IRC client.

##Usage

Simply include the weechat class.

include weechat

Set $install_upstream_packages = true to install unsigned packages built by the weechat developers (or community). Warning This will enable your system to install packages from unsigned sources.

Set $install_devel_packages = true to install the development packages built by the upstream developers. This requires that you've set $install_upstream_packages to true before.

Example

Example of how to do this in your site.pp:

node just.let.me.chat.already.com' {
  class {'weechat':
    install_upstream_packages => true,
    install_devel_packages    => true,
  }
  include weechat
}

##Limitations

This module is known to work with the following operating system families:

  • Debian 7.3 or newer