Sha256: eee3a3819f72aa3573209d21210bf032a58fb8f67f4020bc060f7a3eafebf04a
Contents?: true
Size: 1.39 KB
Versions: 4
Compression:
Stored size: 1.39 KB
Contents
include "../modules/vm/vm.sfp" include "../modules/apache/apache.sfp" include "../modules/mysql/mysql.sfp" include "../modules/wordpresscluster/wordpresscluster.sfp" vm1 isa VM { created = false apache isa Apache } vm2 isa VM { created = false apache isa Apache } /*vm3 extends vm2 vm4 extends vm2 vm5 extends vm2 vm6 extends vm2 vm7 extends vm2 vm8 extends vm2 vm9 extends vm2 vm11 extends vm2 vm12 extends vm2*/ vm10 isa VM { created = false mysql isa Mysql } global { if vm1.apache.running = true then { vm2.apache.running = true /*vm3.apache.running = true vm4.apache.running = true vm5.apache.running = true vm6.apache.running = true vm7.apache.running = true vm8.apache.running = true vm9.apache.running = true vm11.apache.running = true vm12.apache.running = true*/ } if vm2.apache.running = true then vm10.mysql.running = true /*if vm3.apache.running = true then vm10.mysql.running = true if vm4.apache.running = true then vm10.mysql.running = true if vm5.apache.running = true then vm10.mysql.running = true if vm6.apache.running = true then vm10.mysql.running = true if vm7.apache.running = true then vm10.mysql.running = true if vm8.apache.running = true then vm10.mysql.running = true if vm9.apache.running = true then vm10.mysql.running = true if vm11.apache.running = true then vm10.mysql.running = true if vm12.apache.running = true then vm10.mysql.running = true*/ }
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
nuri-0.5.4 | examples/bonfire/epcc2.sfp |
nuri-0.5.3 | examples/bonfire/epcc2.sfp |
nuri-0.5.2 | examples/bonfire/epcc2.sfp |
nuri-0.5.1 | examples/bonfire/epcc2.sfp |