Puppet Class: fish::repo::ubuntu

Defined in:
manifests/repo/ubuntu.pp

Overview

Repo setup on Ubuntu



2
3
4
5
6
7
8
9
10
# File 'manifests/repo/ubuntu.pp', line 2

class fish::repo::ubuntu {

  contain ::apt

  ::apt::ppa { 'ppa:fish-shell/release-2':
    before     => Class['apt::update'],
  }

}