Sha256: ddef9063853407a11f614eb98ab0bdf2f6c69fee47cf27a15b3348425b9eedd3
Contents?: true
Size: 680 Bytes
Versions: 8
Compression:
Stored size: 680 Bytes
Contents
include "modules/machine/machine.sfp" include "modules/wordpresscluster/wordpresscluster.sfp" hpvm6 isa Machine { sfpAddress is "hpvm6.diy.inf.ed.ac.uk" apache isa Apache { running is true } wp_web isa WordpressWeb { installed is true http is hpvm6.apache database is hpvm7.wp_db } mysql isa Mysql { installed = false } } hpvm8 extends hpvm6 { sfpAddress is "hpvm8.diy.inf.ed.ac.uk" wp_web extends hpvm6.wp_web { http is hpvm8.apache } } hpvm7 isa Machine { sfpAddress is "hpvm7.diy.inf.ed.ac.uk" mysql isa Mysql { running is true } wp_db isa WordpressDB { installed is true mysql is hpvm7.mysql } apache isa Apache { installed = false } }
Version data entries
8 entries across 4 versions & 1 rubygems