Remove the sudo from DNS guide
This was caused by me doing some things as root instead as my own user. Signed-off-by: Michal Konecny <mkonecny@redhat.com>
This commit is contained in:
parent
7aa0447918
commit
b21d32f2c1
1 changed files with 2 additions and 2 deletions
|
@ -88,10 +88,10 @@ Once that is committed, you need to run a script to build the zones and
|
|||
then push them to the dns servers.:
|
||||
|
||||
....
|
||||
sudo ./do-domains # This builds the files
|
||||
./do-domains # This builds the files
|
||||
git add .
|
||||
git commit -a -m 'done build'
|
||||
sudo git push
|
||||
git push
|
||||
|
||||
$ sudo -i ansible ns\* -a '/usr/local/bin/update-dns' # This tells the dns servers to load the new files
|
||||
....
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue