aboutsummaryrefslogtreecommitdiff
path: root/manifests/appliance.pp
blob: c8e2cc741d0736d4f2a6311d8094078d791aa682 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
class nodo::appliance inherits nodo::physical {
  include sysctl::appliance

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

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