From d51dd7f5188cf0607755164c6b8720278bb07066 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Fri, 24 Oct 2014 15:19:24 -0200 Subject: Adding debian.pp --- puppet/manifests/bootstrap/debian.pp | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 puppet/manifests/bootstrap/debian.pp (limited to 'puppet') diff --git a/puppet/manifests/bootstrap/debian.pp b/puppet/manifests/bootstrap/debian.pp new file mode 100644 index 0000000..3038324 --- /dev/null +++ b/puppet/manifests/bootstrap/debian.pp @@ -0,0 +1,10 @@ +# +# This manifest is intended to configure a vagrant +# virtual machine for debian development. +# + +# Import vagrant configuration +import "vagrant.pp" + +# Debian utilities +include nodo::utils::development::debian -- cgit v1.2.3