Skip to content
This repository has been archived by the owner on Jul 13, 2024. It is now read-only.

BillWeiss/puppet-module-debian

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Puppet Debian Module

Module for configuring Debian based systems.

Tested on Debian GNU/Linux 6.0 Squeeze and Ubuntu 10.4 LTS with Puppet 2.6. Patches for other operating systems are welcome.

Installation

Clone this repo to a debian directory under your Puppet modules directory:

git clone git://github.com/uggedal/puppet-module-debian.git debian

If you don't have a Puppet Master you can create a manifest file based on the notes below and run Puppet in stand-alone mode providing the module directory you cloned this repo to:

puppet apply --modulepath=modules test_debian.pp

Usage

An alternative implementation can be added:

debian::alternatives::add { "x-terminal-emulator":
  link => "/usr/bin/x-terminal-emulator",
  path => "/usr/bin/urxvtcd",
  priority => 20,
}

And the alternative implementation can be selected:

debian::alternatives::set { "x-terminal-emulator":
  path => "/usr/bin/urxvtcd",
}

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages