aboutsummaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2015-08-18 14:30:06 -0300
committerSilvio Rhatto <rhatto@riseup.net>2015-08-18 14:30:06 -0300
commit1920fba015437351d7f1d2b2e581c0efc2193cd0 (patch)
treefc7ea2a7ce71597ef12256e1cf1a3b253d18aab4 /manifests
parentf13cb8acc28026cffe9cdda8c452e840431e37b7 (diff)
downloadpuppet-bootstrap-1920fba015437351d7f1d2b2e581c0efc2193cd0.tar.gz
puppet-bootstrap-1920fba015437351d7f1d2b2e581c0efc2193cd0.tar.bz2
Vagrant: apache user and group
Diffstat (limited to 'manifests')
-rw-r--r--manifests/bootstrap/vagrant.pp3
1 files changed, 3 insertions, 0 deletions
diff --git a/manifests/bootstrap/vagrant.pp b/manifests/bootstrap/vagrant.pp
index dd7462e..d24ed90 100644
--- a/manifests/bootstrap/vagrant.pp
+++ b/manifests/bootstrap/vagrant.pp
@@ -17,4 +17,7 @@ class { 'nodo':
#
#class { 'apache':
# default_folder => '/vagrant',
+# default_user => 'vagrant',
+# default_group => 'vagrant',
+#
#}