summaryrefslogtreecommitdiff
path: root/manifests/gentoo.pp
blob: 5c9b17433d5326632b83c57c845179b9c536378b (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,
  }
}