diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2014-10-24 15:19:24 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2014-10-24 15:19:24 -0200 |
commit | d51dd7f5188cf0607755164c6b8720278bb07066 (patch) | |
tree | ef5ea579b00bf99b3b1074a2719c8aa4878584e6 /puppet | |
parent | 9c009f903d06e63bf1987446aa2396b26382bcf3 (diff) | |
download | debian-d51dd7f5188cf0607755164c6b8720278bb07066.tar.gz debian-d51dd7f5188cf0607755164c6b8720278bb07066.tar.bz2 |
Adding debian.pp
Diffstat (limited to 'puppet')
-rw-r--r-- | puppet/manifests/bootstrap/debian.pp | 10 |
1 files changed, 10 insertions, 0 deletions
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 |