summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2022-01-20 09:10:38 -0800
committerGitHub <noreply@github.com>2022-01-20 09:10:38 -0800
commit6d5dfe304da017e7090d8b5a850817918576c17d (patch)
tree323c49237218f389d0f6ac3c499706c859fdc2ad
parent77c4c568bb67f961263b254c0b683f5ebe9f7f99 (diff)
parentcfd11e47b98370f59f8c49823a981017ab6a0ec2 (diff)
downloadchef-6d5dfe304da017e7090d8b5a850817918576c17d.tar.gz
Merge pull request #12482 from chef/im/links
replace links in resource doc examples
-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