You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by GitBox <gi...@apache.org> on 2018/01/09 13:25:14 UTC

[GitHub] mhenke1 commented on a change in pull request #3163: Configure jmxremote (updated)

mhenke1 commented on a change in pull request #3163: Configure jmxremote (updated)
URL: https://github.com/apache/incubator-openwhisk/pull/3163#discussion_r160404998
 
 

 ##########
 File path: ansible/roles/controller/tasks/deploy.yml
 ##########
 @@ -16,6 +16,27 @@
     mode: 0777
   become: "{{ logs.dir.become }}"
 
+- name: ensure controller config directory is created with permissions
+  file:
+    path: "{{ controller.confdir }}/controller{{ groups['controllers'].index(inventory_hostname) }}"
+    state: directory
+    mode: 0777
 
 Review comment:
   Yes. File move operations need these rights.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services