Github user johnmccabe commented on a diff in the pull request:

    https://github.com/apache/brooklyn-dist/pull/67#discussion_r91167135
  
    --- Diff: vagrant/src/main/vagrant/files/install_brooklyn.sh ---
    @@ -78,12 +78,12 @@ tar zxf ${TMP_ARCHIVE_NAME}
     echo "Creating Brooklyn dirs and symlinks"
     ln -s ${BROOKLYN_DIR} apache-brooklyn
     sudo mkdir -p /var/log/brooklyn
    -sudo chown -R vagrant:vagrant /var/log/brooklyn
    -mkdir -p /home/vagrant/.brooklyn
    +sudo chown -R ubuntu:ubuntu /var/log/brooklyn
    +mkdir -p /home/ubuntu/.brooklyn
    --- End diff --
    
    Why move to ubuntu? The benefit of the vagrant user is that it's 
automounted on the host OS so you can get at config / transfer files. That said 
if it's not in the getting started steps then it's probably fine to switch.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to