From: Silvio Rhatto Date: Sat, 13 Apr 2013 16:53:13 +0000 (-0300) Subject: Adding nodo::role::vagrant X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=1aaca2a6becd1e93d6c1c750ed146b7f03382eb7;p=puppet-nodo.git Adding nodo::role::vagrant --- diff --git a/manifests/role/vagrant.pp b/manifests/role/vagrant.pp new file mode 100644 index 0000000..55c5c2c --- /dev/null +++ b/manifests/role/vagrant.pp @@ -0,0 +1,8 @@ +# A vagrant instance +class nodo::role::vagrant { + include lsb + include nodo::subsystem::locales + include nodo::subsystem::profile + include nodo::utils + include concat::setup +}