libexec/aoh-init in alpha_omega-1.3.7 vs libexec/aoh-init in alpha_omega-1.3.8
- old
+ new
@@ -43,19 +43,19 @@
end
end
# interesting hosts
Deploy self, __FILE__ do |admin, node|
- if node["roles"].include("something_something")
+ if node["run_list"].include?("role[something_something]")
{ :deploy => { } }
end
end
EOF
mkdir -p "config"
cat > "config/deploy.yml" <<EOF
---
-repository: https://github.com/something_something
+repository: git@github.com:someone/something_something
application: ${nm_app}
ruby_loader: rvm-exec
app_ruby: ree