Skip to content

Commit 45479a0

Browse files
committed
chore: fix dns docs
1 parent a1dbb1b commit 45479a0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/staff-docs/procedures/updating-dns-records.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ The repo at <https://github.com/ocf/dns> holds the DNS configurations of the OCF
99

1010
Before adding an entry, make sure that your IP octet isn't currently being used by the OCF Network!! This step can only be performed by an OCF administrator or root user.
1111

12-
Use `ldap-add-host` from `ocf/utils` to add your new host. Ex:
12+
Log into an OCF device, use `ldap-add-host` to add your new host. Ex:
1313

1414
```python
15-
ldap-add-host <hostname> <octet> <type>
15+
kinit <your-username>/admin && ldap-add-host <hostname> <octet> <type>
1616
```
1717

1818
The main `type` categories are `server`, `desktop`, `staffvm`. Some others are `ipmi`, `printer` and `dhcp`
@@ -27,4 +27,4 @@ Pull `ocf/dns` <https://github.com/ocf/dns>, and run `make`. You should also run
2727
2828
### 3. Push `ocf/dns`
2929

30-
Now, commit your changes! The next puppet run will pull the changes you made and apply to our name server! (see `ocf/puppet/modules/ocf_ns/manifests/init.pp`)
30+
Now, commit your changes! The next puppet run will pull the changes you made and apply to our name server! (see `ocf/puppet/modules/ocf_ns/manifests/init.pp`)

0 commit comments

Comments
 (0)