bash install.sh
和
sudo bash install.sh
取决于主机服务器上的发行版.如何自动化?
"platform": "centos","platform_version": "6.4","platform_family": "rhel",
你可以参考这些
if node[:platform_family].include?("rhel") ... end
要查看ohai设置的其他属性,请输入
ohai
在命令行上.