summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2019-05-07 12:43:02 -0700
committerTim Smith <tsmith@chef.io>2019-05-07 12:43:02 -0700
commit1f210a0fd411cfc4f190bf4fff07f52a695bad84 (patch)
tree81077004b8491175d78b7b6a6a3c6bd9a11c175a
parentabe41b64da429d5dbe5ea3f9893e28b7863c4537 (diff)
downloadchef-learn_chef.tar.gz
Point people to Learn Chef in the post install messagelearn_chef
Point brand new users in the right direction. Signed-off-by: Tim Smith <tsmith@chef.io>
-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