Commit 1b309bd7 authored by Sean Packham's avatar Sean Packham

Fix lint error

parent 7dcc10c1
...@@ -340,7 +340,7 @@ add the following script to the User Data section: ...@@ -340,7 +340,7 @@ add the following script to the User Data section:
runcmd: runcmd:
- mkdir -p /gitlab-data - mkdir -p /gitlab-data
- chown ec2-user:ec2-user /gitlab-data - chown ec2-user:ec2-user /gitlab-data
- echo "$(curl -s http://169.254.169.254/latest/meta-data/placement/availability-zone).file-system-id.aws-region.amazonaws.com:/ /gitlab-data nfs defaults,vers=4.1 0 0" >> /etc/fstab - echo "$(curl --silent http://169.254.169.254/latest/meta-data/placement/availability-zone).file-system-id.aws-region.amazonaws.com:/ /gitlab-data nfs defaults,vers=4.1 0 0" >> /etc/fstab
- mount -a -t nfs - mount -a -t nfs
- sudo gitlab-ctl reconfigure - sudo gitlab-ctl reconfigure
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment