aboutsummaryrefslogtreecommitdiff
path: root/manifests/bootstrap/vagrant.pp
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2016-06-27 11:52:43 -0300
committerSilvio Rhatto <rhatto@riseup.net>2016-06-27 11:52:43 -0300
commit650799734e3f82dceb769a50977ed008175e9c51 (patch)
tree59bff470d6727cf2b54a2b896241c747c6ac5ac3 /manifests/bootstrap/vagrant.pp
parente867618cc7eb18e994569dda445be397140d7257 (diff)
downloadpuppet-bootstrap-650799734e3f82dceb769a50977ed008175e9c51.tar.gz
puppet-bootstrap-650799734e3f82dceb769a50977ed008175e9c51.tar.bz2
Cleanup manifests
Diffstat (limited to 'manifests/bootstrap/vagrant.pp')
-rw-r--r--manifests/bootstrap/vagrant.pp38
1 files changed, 0 insertions, 38 deletions
diff --git a/manifests/bootstrap/vagrant.pp b/manifests/bootstrap/vagrant.pp
deleted file mode 100644
index 47305dc..0000000
--- a/manifests/bootstrap/vagrant.pp
+++ /dev/null
@@ -1,38 +0,0 @@
-#
-# This manifest is intended to configure a vagrant
-# virtual machine.
-#
-
-#
-# Class definitions
-#
-
-# Vagrant classes
-class { 'nodo':
- role => 'vagrant',
-}
-
-#
-# LAMP example
-#
-#include database
-#
-#class { 'apache':
-# default_folder => '/vagrant',
-# default_user => 'vagrant',
-# default_group => 'vagrant',
-#}
-#
-# If you want to manage another website
-#apache::site { "myapp":
-# docroot => "/vagrant/",
-# server_alias => 'myapp vagrant localhost',
-# use => [ "Site myapp" ],
-# tag => 'all',
-# owner => vagrant,
-# group => vagrant,
-# mpm_user => vagrant,
-# mpm_group => vagrant,
-# password => '$5$NZfZqcdyZ3Xt$.kfZejriEJP3fc6RU0gBGEzMPQ/c3XiowVImB6VDrtD',
-# shell => '/bin/bash',
-#}