# 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 }