Puppet Class: profile::wmcs::vagrant_lxc

Defined in:
modules/profile/manifests/wmcs/vagrant_lxc.pp

Overview



1
2
3
4
5
# File 'modules/profile/manifests/wmcs/vagrant_lxc.pp', line 1

class profile::wmcs::vagrant_lxc(
) {
    include ::vagrant
    include ::vagrant::lxc
}