summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Maddaus <ian.maddaus@progress.com>2022-01-19 12:22:53 -0500
committerIan Maddaus <ian.maddaus@progress.com>2022-01-19 12:27:36 -0500
commitcfd11e47b98370f59f8c49823a981017ab6a0ec2 (patch)
tree0f983cba335ad071e8e1cc5ce373e67aa85975db
parent121e5005cd3e42a2997146cf46348914cee38062 (diff)
downloadchef-cfd11e47b98370f59f8c49823a981017ab6a0ec2.tar.gz
replace links in resource doc examplesim/links
Signed-off-by: Ian Maddaus <ian.maddaus@progress.com>
-rw-r--r--lib/chef/resource/habitat/habitat_sup.rb12
1 files changed, 6 insertions, 6 deletions
diff --git a/lib/chef/resource/habitat/habitat_sup.rb b/lib/chef/resource/habitat/habitat_sup.rb
index b1cbe6cbed..6b8fbccf71 100644
--- a/lib/chef/resource/habitat/habitat_sup.rb
+++ b/lib/chef/resource/habitat/habitat_sup.rb
@@ -49,7 +49,7 @@ class Chef
```ruby
habitat_sup 'default' do
- bldr_url 'https://bldr.private.net'
+ bldr_url 'https://bldr.example.com'
end
```
@@ -57,13 +57,13 @@ class Chef
```ruby
habitat_sup 'default' do
- bldr_url 'https://bldr.private.net'
+ bldr_url 'https://bldr.example.com'
habitat_channel 'dev'
update_condition 'track-channel'
end
```
- **Provide event_stream_* information**
+ **Provide event stream information**
```ruby
habitat_sup 'default' do
@@ -71,7 +71,7 @@ class Chef
event_stream_application 'myapp'
event_stream_environment 'production'
event_stream_site 'MySite'
- event_stream_url 'automate.private.net:4222'
+ event_stream_url 'automate.example.com:4222'
event_stream_token 'myawesomea2clitoken='
event_stream_cert '/hab/cache/ssl/mycert.crt'
end
@@ -81,7 +81,7 @@ class Chef
```ruby
habitat_sup 'default' do
- bldr_url 'https://bldr.private.net'
+ bldr_url 'https://bldr.example.com'
sup_version '1.5.50'
launcher_version '13458'
service_version '0.6.0' # WINDOWS ONLY
@@ -91,7 +91,7 @@ class Chef
**Set latest version of packages to retain**
habitat_sup 'default' do
- bldr_url 'https://bldr.private.net'
+ bldr_url 'https://bldr.example.com'
sup_version '1.5.86'
launcher_version '13458'
service_version '0.6.0' # WINDOWS ONLY