aboutsummaryrefslogtreecommitdiff
path: root/manifests/appliance.pp
blob: 41a3660e2f1489472107963bd7cac6a40d912d42 (plain)
1
2
3
4
5
6
7
8
9
10
11
class nodo::appliance inherits nodo::physical {
  class { 'sysctl::appliance': }

  class { 'fstab':
    type => 'appliance',
  }

  class { 'crypttab':
    type => 'appliance',
  }
}