Skip to content

Commit

Permalink
DLPX-89763 DLPX-86523 delphix-platform changes
Browse files Browse the repository at this point in the history
  • Loading branch information
justsanjeev committed Apr 18, 2024
1 parent dc39541 commit ec9dada
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
# it below; otherwise that task will fail.
#
- file:
path: /export/home
path: /home
state: directory
mode: 0755

Expand All @@ -35,7 +35,7 @@
shell: /bin/bash
create_home: yes
comment: Delphix User
home: /export/home/delphix
home: /home/delphix

#
# In order for this locale to be used (e.g. by virtualization) we need
Expand Down Expand Up @@ -675,7 +675,7 @@
- name: Source bash completion
blockinfile:
dest: "/export/home/delphix/.bashrc"
dest: "/home/delphix/.bashrc"
block: |
. /etc/bash_completion.d/systemctl
. /etc/bash_completion.d/zfs
Expand Down

0 comments on commit ec9dada

Please sign in to comment.