]> gitweb.fluxo.info Git - puppet-bootstrap.git/commitdiff
Vagrant: apache user and group
authorSilvio Rhatto <rhatto@riseup.net>
Tue, 18 Aug 2015 17:30:06 +0000 (14:30 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Tue, 18 Aug 2015 17:30:06 +0000 (14:30 -0300)
manifests/bootstrap/vagrant.pp

index dd7462e9f5e8a0d4cecd6074a002023611120a2a..d24ed9079659a7367e24c298b5bb395539605b96 100644 (file)
@@ -17,4 +17,7 @@ class { 'nodo':
 #
 #class { 'apache':
 #  default_folder => '/vagrant',
+#  default_user   => 'vagrant',
+#  default_group  => 'vagrant',
+#
 #}