aboutsummaryrefslogtreecommitdiffstats
path: root/deployment/mga_buildsystem/manifests/mainnode.pp
blob: 1041cb977cd222e18293bffbb3e1b6bf504f97e1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
class mga_buildsystem::mainnode {
    include mga_buildsystem::config
    include buildsystem::mainnode
    include buildsystem::release
    include buildsystem::maintdb
    include buildsystem::binrepo
    include buildsystem::repoctl
    include buildsystem::webstatus

    $rpmlint_packages = [ 'rpmlint-mageia-policy', 'rpmlint-mageia-mga2-policy']
    package { $rpmlint_packages:
        ensure => installed
    }
}