Deploy new akkounts
Requires a newer version of Ruby.
This commit is contained in:
parent
74083256f4
commit
e9c5286b24
@ -8,7 +8,7 @@
|
|||||||
"automatic": {
|
"automatic": {
|
||||||
"fqdn": "akkounts-1",
|
"fqdn": "akkounts-1",
|
||||||
"os": "linux",
|
"os": "linux",
|
||||||
"os_version": "5.4.0-90-generic",
|
"os_version": "5.4.0-100-generic",
|
||||||
"hostname": "akkounts-1",
|
"hostname": "akkounts-1",
|
||||||
"ipaddress": "192.168.122.160",
|
"ipaddress": "192.168.122.160",
|
||||||
"roles": [
|
"roles": [
|
||||||
@ -56,6 +56,7 @@
|
|||||||
"nginx::commons_script",
|
"nginx::commons_script",
|
||||||
"nginx::commons_conf",
|
"nginx::commons_conf",
|
||||||
"kosmos-nginx::firewall",
|
"kosmos-nginx::firewall",
|
||||||
|
"poise-git::default",
|
||||||
"git::default",
|
"git::default",
|
||||||
"git::package",
|
"git::package",
|
||||||
"kosmos-base::letsencrypt"
|
"kosmos-base::letsencrypt"
|
||||||
|
@ -27,7 +27,7 @@ npm_package "yarn" do
|
|||||||
version "1.22.4"
|
version "1.22.4"
|
||||||
end
|
end
|
||||||
|
|
||||||
ruby_version = "2.6.6"
|
ruby_version = "2.7.5"
|
||||||
bundle_path = "/opt/ruby_build/builds/#{ruby_version}/bin/bundle"
|
bundle_path = "/opt/ruby_build/builds/#{ruby_version}/bin/bundle"
|
||||||
rails_env = node.chef_environment == "development" ? "development" : "production"
|
rails_env = node.chef_environment == "development" ? "development" : "production"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user