Resource Type: aptly_mirror

Defined in:
lib/puppet/type/aptly_mirror.rb

Summary

Manage Aptly mirrors

Overview

This resource type provides Puppet with the capabilities to manage Aptly mirror by calling the ‘aptly` CLI.

Properties

  • architectures

    List of architectures to consider (or all available if not specified)

  • component

    An optional component (or list of components) to fetch (or all if not specified)

  • distribution

    Distribution name

  • ensure (defaults to: present)

    Whether the mirror should be present or absent

  • filter

    Package query filter that is applied to packages in the mirror

  • filter_with_deps

    When filtering, include dependencies of matching packages as well

  • force_architectures

    Skip check that requested architectures are listed in Release file

  • force_components

    Skip check that requested architectures are listed in Release file

  • url

    Archive URL

  • with_installer

    Download additional not packaged installer files

  • with_sources

    Download source packages in addition to binary packages

  • with_udebs

    Download .udeb packages (Debian installer support)

Parameters

  • name (namevar)

    Mirror name