gpt4 book ai didi

variables - 用于导出变量的 Puppet list

转载 作者:可可西里 更新时间:2023-11-01 11:22:04 26 4
gpt4 key购买 nike

我如何编写用于导出 2 个变量的 Puppet list :

export REDISTOGO_URL=redis://192.168.3.4:6379
export PATH=$PATH:/home/vagrant/appname/vendor/bundle/bin/

有什么建议吗?

谢谢。

最佳答案

假设您使用的是 Linux 平台,您可以使用来自 this question 的答案。 :

该问题的答案建议在/etc/profile.d 脚本上使用 puppet 文件资源:

file { "/etc/profile.d/my_test.sh"
content => "
export REDISTOGO_URL=redis://192.168.3.4:6379
export PATH=$PATH:/home/vagrant/appname/vendor/bundle/bin/
"
}

关于variables - 用于导出变量的 Puppet list ,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/22483268/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com