summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2019-05-29 14:43:43 -0700
committerGitHub <noreply@github.com>2019-05-29 14:43:43 -0700
commit9a02f594eb2b33a699299e3a3caf664ce25863d8 (patch)
treea062408ba2f1ee1c5e10838543d285366983f43c
parentf0878f4e9ddd5b273b7fed67f30742c25f1662c3 (diff)
parent7ebb3a16b1ecb1b0644bc4afab414d9bbcc93f49 (diff)
downloadchef-9a02f594eb2b33a699299e3a3caf664ce25863d8.tar.gz
Merge pull request #8607 from chef/backport_6
Point people to Learn Chef in the post install message
-rwxr-xr-xomnibus/package-scripts/angrychef/postinst2
-rwxr-xr-xomnibus/package-scripts/chef-fips/postinst2
-rwxr-xr-xomnibus/package-scripts/chef/postinst2
3 files changed, 3 insertions, 3 deletions
diff --git a/omnibus/package-scripts/angrychef/postinst b/omnibus/package-scripts/angrychef/postinst
index a173efeaef..5cf14075b9 100755
--- a/omnibus/package-scripts/angrychef/postinst
+++ b/omnibus/package-scripts/angrychef/postinst
@@ -106,6 +106,6 @@ ln -sf $INSTALLER_DIR/bin/chef-client $PREFIX/bin || error_exit "Cannot link che
# be manually fixed.
chown -Rh 0:0 $INSTALLER_DIR
-echo "Thank you for installing Chef!"
+echo "Thank you for installing Chef Infra Client! For help getting started visit https://learn.chef.io"
exit 0
diff --git a/omnibus/package-scripts/chef-fips/postinst b/omnibus/package-scripts/chef-fips/postinst
index 8aa6f19ec1..d693f65193 100755
--- a/omnibus/package-scripts/chef-fips/postinst
+++ b/omnibus/package-scripts/chef-fips/postinst
@@ -106,6 +106,6 @@ ln -sf $INSTALLER_DIR/bin/chef-client $PREFIX/bin || error_exit "Cannot link che
# be manually fixed.
chown -Rh 0:0 $INSTALLER_DIR
-echo "Thank you for installing Chef!"
+echo "Thank you for installing Chef Infra Client! For help getting started visit https://learn.chef.io"
exit 0
diff --git a/omnibus/package-scripts/chef/postinst b/omnibus/package-scripts/chef/postinst
index 45893241b3..c1c5272902 100755
--- a/omnibus/package-scripts/chef/postinst
+++ b/omnibus/package-scripts/chef/postinst
@@ -106,6 +106,6 @@ ln -sf $INSTALLER_DIR/bin/chef-client $PREFIX/bin || error_exit "Cannot link che
# be manually fixed.
chown -Rh 0:0 $INSTALLER_DIR
-echo "Thank you for installing Chef!"
+echo "Thank you for installing Chef Infra Client! For help getting started visit https://learn.chef.io"
exit 0