Files
Tom Swartz da6b7ab712 Refactor layout to allow Puppet to deploy files
Move files to a 'puppetized' layout.

Puppet will then look to manifests/default.pp to install selected
software packages.

This will allow for easier deployment of a new setup, and specific hosts
may receive only the modules that they need. (raspi only needs mutt,
tmux, and irssi, for example)

Tested-on: heimdall <04 Jun 2014>
2014-06-04 11:12:23 -04:00
..

pacman

Table of Contents

  1. Overview
  2. Module Description - What the module does and why it is useful
  3. Setup - The basics of getting started with pacman
  4. Usage - Configuration options and additional functionality
  5. Reference - An under-the-hood peek at what the module is doing and how
  6. Limitations - OS compatibility, etc.
  7. Development - Guide for contributing to the module

Overview

Puppet module to configure and control PacMan package manager for ArchLinux. This module will ensure that the appropriate .conf file is installed.

Module Description

If applicable, this section should have a brief description of the technology the module integrates with and what that integration enables. This section should answer the questions: "What does this module do?" and "Why would I use it?"

If your module has a range of functionality (installation, configuration, management, etc.) this is the time to mention it.

Setup

What pacman affects

  • Affects /etc/pacman.conf and controls the pacman package.
  • Only works for ArchLinux.

Beginning with pacman

Usage

Currently:

class { 'pacman' :
  iLoveCandy => true, # Optional
}

Reference

   [*iLoveCandy*]
   Inserts 'easter egg' configuration option into pacman.conf
   Changes the standard [###--] progress bar with [---C o o ]
   styled after the 1980's 'Pacman' game.

Limitations

Pacman only functions on ArchLinux or ArchLinux derivatives.

Development

Pull requests are welcome.