Fix netbox_agent.yml to netbox_agent.yaml #214

Merged
morihaya merged 1 commit from readme-patch into master 2022-04-01 08:58:24 +02:00
morihaya commented 2022-03-29 17:19:44 +02:00 (Migrated from github.com)

Unify the notation of netbox_agent.yaml in the README.

I was confused by the following two yml and yaml patterns in the README.

# netbox_agent -c /etc/netbox_agent.yml --register
# netbox_agent -c /etc/netbox_agent.yaml --update-network

I checked and the netbox_agent.yaml.example file exists in the repository, so I assume yaml is correct.

Unify the notation of netbox_agent.yaml in the README. I was confused by the following two yml and yaml patterns in the README. ``` # netbox_agent -c /etc/netbox_agent.yml --register ``` ``` # netbox_agent -c /etc/netbox_agent.yaml --update-network ``` I checked and the `netbox_agent.yaml.example` file exists in the repository, so I assume `yaml` is correct.
cyrinux commented 2022-04-01 08:58:15 +02:00 (Migrated from github.com)

Good catch, thanks !

Good catch, thanks !
Sign in to join this conversation.
No description provided.