summaryrefslogtreecommitdiffstats
path: root/manifests/partofme.pp
blob: 4dcef2b43d45b0095b965ea6ea80010b26d64e8d (plain) (blame)
1
2
3
4
5
6
7
node 'partofme.localdomain' {
  $persistent_data = undef

  include base

  include partofme::backups
}