summaryrefslogtreecommitdiff
path: root/manifests/gentoo.pp
blob: 59d299f7870d2b7fa8cad02588c3bb87e06b6639 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
class puppet::gentoo inherits puppet::linux {
    Package[puppet]{
        category => 'app-admin',
    }
    Package[facter]{
        category => 'dev-ruby',
    }
    # as we use sometimes the init script to test
    Service[puppet]{
        hasstatus => false,
    }
}