Puppet Class: role::labs::vagrant_lxc

Defined in:
modules/role/manifests/labs/vagrant_lxc.pp

Overview

Provision LXC and Vagrant

Install Linux Containers (LXC) and Vagrant along with helper programs for use as a generic vagrant container host.



6
7
8
9
10
11
# File 'modules/role/manifests/labs/vagrant_lxc.pp', line 6

class role::labs::vagrant_lxc {
    include ::profile::wmcs::vagrant_lxc

    # Ensure that secondary disks are mounted first if they are being used.
    Labs_lvm::Volume <| |> -> Class['role::labs::vagrant_lxc']
}