Puppet Class: fish

Inherits:
fish::params show all
Defined in:
manifests/init.pp

Overview

fish - Used for installation and configuration of fish (https://fishshell.com/)

Examples:

class { 'fish':
  manage_repo    => false,
  package_name   => 'fish-custombuild',
}

Parameter Summary

  • manage_package (Boolean) => $::fish::params::manage_package -

    Whether to manage the fish package

  • manage_repo (Boolean) => $::fish::params::manage_repo -

    Whether to manage the package repositroy

  • package_name (String) => $::fish::params::package_name -

    Name of the fish package

  • package_version (String) => $::fish::params::package_version -

    Version of the fish package to install