Skip to content

Commit

Permalink
use {foreman-example-com}
Browse files Browse the repository at this point in the history
  • Loading branch information
stejskalleos committed Oct 14, 2021
1 parent 6c60c90 commit 2626d86
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Or you can generate command via API:
----
# hammer host-registration generate-command --activation-keys your-key
# curl -X POST https://server.example.com/api/registration_commands \
# curl -X POST https://{foreman-example-com}/api/registration_commands \
--user username:password \
-H 'Content-Type: application/json' -d '{\"activation_key\":\"your-key\",\"organization_id\":\"organization_id\"}'"
----
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Or you can generate command via API:
----
# hammer host-registration generate-command --activation-keys your-key
# curl -X POST https://server.example.com/api/registration_commands \
# curl -X POST https://{foreman-example-com}/api/registration_commands \
--user username:password \
-H 'Content-Type: application/json' -d '{\"activation_key\":\"your-key\",\"organization_id\":\"organization_id\"}'"
----
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Or you can generate command via API:
----
# hammer host-registration generate-command --activation-keys your-key
# curl -X POST https://server.example.com/api/registration_commands \
# curl -X POST https://{foreman-example-com}/api/registration_commands \
--user username:password \
-H 'Content-Type: application/json' -d '{\"activation_key\":\"your-key\",\"organization_id\":\"organization_id\"}'"
----
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Or you can generate command via API:
----
# hammer host-registration generate-command --activation-keys your-key
# curl -X POST https://server.example.com/api/registration_commands \
# curl -X POST https://{foreman-example-com}/api/registration_commands \
--user username:password \
-H 'Content-Type: application/json' -d '{\"activation_key\":\"your-key\",\"organization_id\":\"organization_id\"}'"
----
Expand Down
2 changes: 1 addition & 1 deletion guides/doc-Content_Management_Guide/topics/QuickStart.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ Or you can generate command via API:
----
# hammer host-registration generate-command --activation-keys your-key
# curl -X POST https://server.example.com/api/registration_commands \
# curl -X POST https://{foreman-example-com}/api/registration_commands \
--user username:password \
-H 'Content-Type: application/json' -d '{\"activation_key\":\"your-key\",\"organization_id\":\"organization_id\"}'"
----
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Or you can generate command via API:
----
# hammer host-registration generate-command --activation-keys your-key
# curl -X POST https://server.example.com/api/registration_commands \
# curl -X POST https://{foreman-example-com}/api/registration_commands \
--user username:password \
-H 'Content-Type: application/json' -d '{\"activation_key\":\"your-key\",\"organization_id\":\"organization_id\"}'"
----
Expand Down

0 comments on commit 2626d86

Please sign in to comment.