summaryrefslogtreecommitdiffstats
path: root/manifests/partofme.pp
blob: 22ebfbece93e2e6861eb43830d7d9769864b802f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
node 'partofme', 'partofme.localdomain' {
  # we don't want to store anything system-related on the persistent disk,
  # since we want it to be encrypted, and we can't really access it at boot
  # time to type in a password
  $persistent_data = undef

  include base

  include partofme::backups
  include partofme::filesharing
  include partofme::mdadm
  include partofme::monitoring
  include partofme::operatingsystem
  include partofme::persistent
}