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

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

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