Puppet Class: role::archiva

Defined in:
modules/role/manifests/archiva.pp

Overview

Class: role::archiva

Installs Apache Archiva and sets up a systemd timer to symlink .jar files to a git-fat store.



4
5
6
7
8
9
10
11
12
13
# File 'modules/role/manifests/archiva.pp', line 4

class role::archiva {
    system::role { 'archiva': description => 'Apache Archiva Host' }

    include profile::base::production
    include profile::firewall
    include profile::java
    include profile::nginx
    include profile::archiva
    include profile::archiva::proxy
}