summaryrefslogtreecommitdiff
path: root/manifests/nspawn_master.pp
blob: 97db8bd8ee5812425cb67a1150a7412a918167ac (plain)
1
2
3
4
5
6
7
8
9
10
# Various setup for machines which are expected to "host" other
# machines through systemd-nspawned.
class profiles::nspawn_master {
  file { '/var/lib/machines':
    ensure => directory,
    mode   => 'o=rwx,g=x',
  }

  # TODO possibly include my helper script from gandalf:code/machines
}