aboutsummaryrefslogtreecommitdiff
path: root/manifests/server.pp
blob: 15e52ad91e6fd07c25a40ab224c65230ff4c19d8 (plain)
1
2
3
4
5
6
7
8
9
10
11
class nodo::server inherits nodo::physical {
  # fstab
  class { 'fstab':
    type => 'server',
  }

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