diff options
| author | Silvio Rhatto <rhatto@riseup.net> | 2015-08-18 14:30:06 -0300 | 
|---|---|---|
| committer | Silvio Rhatto <rhatto@riseup.net> | 2015-08-18 14:30:06 -0300 | 
| commit | 1920fba015437351d7f1d2b2e581c0efc2193cd0 (patch) | |
| tree | fc7ea2a7ce71597ef12256e1cf1a3b253d18aab4 | |
| parent | f13cb8acc28026cffe9cdda8c452e840431e37b7 (diff) | |
| download | puppet-bootstrap-1920fba015437351d7f1d2b2e581c0efc2193cd0.tar.gz puppet-bootstrap-1920fba015437351d7f1d2b2e581c0efc2193cd0.tar.bz2  | |
Vagrant: apache user and group
| -rw-r--r-- | manifests/bootstrap/vagrant.pp | 3 | 
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', +#  #}  | 
