Skip to content

cpick/puppet-gdebi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gdebi

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 gdebi
  4. Usage - Configuration options and additional functionality
  5. Limitations - OS compatibility, etc.
  6. Development - Guide for contributing to the module

Overview

Package provider that uses gdebi to install a Debian package (.deb) file with its dependencies

Module Description

The dpkg provider can also install a package from a .deb file, but it will not install any needed dependencies first.

The apt provider can install a package and its dependencies, but the package must be fetched from a repository, not a local .deb file.

The gdebi provider fills this gap.

Setup

What gdebi affects

  • Installs the 'gdebi-core' package.
  • Installs any requested pakage along with its dependencies.

Usage

include gdebi

package { 'foo':
    provider => gdebi,
    source   => "/path/to/foo.deb",
}

Limitations

Compatible with Ubuntu and Debian.

Development

Please report issues or create pull requests on github: https://github.com/cpick/puppet-gdebi

About

Puppet module for installing packages with gdebi

Resources

Stars

Watchers

Forks

Packages

No packages published