aboutsummaryrefslogtreecommitdiff
path: root/manifests/server.pp
blob: 6606a49d69498c28559b2353d659119848f5acad (plain)
1
2
3
4
5
class nodo::server inherits nodo::physical {
  class { [ 'nodo::subsystem::fstab', 'nodo::subsystem::crypttab' ]:
    type => 'server',
  }
}